Html Css Color HEX #EAD326 Broom

📋 copy color: '#EAD326'

red 234 ◦ green 211 ◦ blue 38

#EAD326
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EAD326

Tints of Broom #EAD326

RGB

 RED value IS 234 (91.8% from 255) = 48.45%

 GREEN value IS 211 (82.81% from 255) = 43.69%

 BLUE value IS 38 (15.23% from 255) = 7.87%

R = 48.45%
G = 43.69%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAD326 (or 0xEAD326) is known color: Broom. HEX triplet: EA, D3 and 26. RGB value is (234,211,38). Sum of RGB (Red+Green+Blue) = 234+211+38=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD326 is #152CD9. Grayscale: #C6C6C6. Windows color (decimal): -1387738 or 2544618. OLE color: 2544618.

HSL color Cylindrical-coordinate representation of color #EAD326: hue angle of 52.96º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAD326 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 38 -
CMYK 0 0.10 0.84 0.08
HSL 52.96º 0.82% 0.53% -
HSV(B) 52.96º 0.84% 0.92% -
XYZ 57.58 64.22 11.2 -
YUV 198.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 234 211 38 0 0.10 0.84 0.08 52.96 0.82 0.53
Hex EA D3 26 0 A 54 8 35 52 35
Octal 352 323 46 0 12 124 10 65 122 65
Binary 11101010 11010011 100110 0 1010 1010100 1000 110101 1010010 110101

Color Harmonies of #EAD326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD326

Black with #EAD326

Text Example


Text Example

White with #EAD326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD326; }

 p { color: rgb(234,211,38); }

 H1.HeaderClassName
 {
   color: #EAD326;
 }
 .AnyTagClassName
 {
   color: #EAD326;
 }
</style>

background-color css

<style>
 a { background-color: #EAD326; }

 a { background-color: rgb(234,211,38); }

 div.DivClassName
 {
   background-color: #EAD326;
 }
 .BgClassName
 {
   background-color: #EAD326;
 }
</style>

border-color css

<style>
 span { border-color: #EAD326; }

 span { border-color: rgb(234,211,38); }

 td.TdClassName
 {
   border-color: #EAD326;
 }
 .TagClassName
 {
   border-color: #EAD326;
 }
</style>