Html Css Color HEX #EAD124 Broom

📋 copy color: '#EAD124'

red 234 ◦ green 209 ◦ blue 36

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

Shades of Broom #EAD124

Tints of Broom #EAD124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.63%

 BLUE value IS 36 (14.45% from 255) = 7.52%

R = 48.85%
G = 43.63%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAD124 (or 0xEAD124) is known color: Broom. HEX triplet: EA, D1 and 24. RGB value is (234,209,36). Sum of RGB (Red+Green+Blue) = 234+209+36=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 36 (14.45% from 255 or 7.52% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD124 is #152EDB. Grayscale: #C5C5C5. Windows color (decimal): -1388252 or 2413034. OLE color: 2413034.

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

Color convert

RGB 234 209 36 -
CMYK 0 0.11 0.85 0.08
HSL 52.42º 0.83% 0.53% -
HSV(B) 52.42º 0.85% 0.92% -
XYZ 57.05 63.22 10.87 -
YUV 196.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 234 209 36 0 0.11 0.85 0.08 52.42 0.83 0.53
Hex EA D1 24 0 B 55 8 34 52 35
Octal 352 321 44 0 13 125 10 64 122 65
Binary 11101010 11010001 100100 0 1011 1010101 1000 110100 1010010 110101

Color Harmonies of #EAD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD124

Black with #EAD124

Text Example


Text Example

White with #EAD124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD124; }

 p { color: rgb(234,209,36); }

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

background-color css

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

 a { background-color: rgb(234,209,36); }

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

border-color css

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

 span { border-color: rgb(234,209,36); }

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