Html Css Color HEX #EAD218 Broom

📋 copy color: '#EAD218'

red 234 ◦ green 210 ◦ blue 24

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

Shades of Broom #EAD218

Tints of Broom #EAD218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

 BLUE value IS 24 (9.77% from 255) = 5.13%

R = 50%
G = 44.87%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAD218 (or 0xEAD218) is known color: Broom. HEX triplet: EA, D2 and 18. RGB value is (234,210,24). Sum of RGB (Red+Green+Blue) = 234+210+24=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD218 is #152DE7. Grayscale: #C4C4C4. Windows color (decimal): -1388008 or 1626858. OLE color: 1626858.

HSL color Cylindrical-coordinate representation of color #EAD218: hue angle of 53.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAD218 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 24 -
CMYK 0 0.10 0.90 0.08
HSL 53.14º 0.83% 0.51% -
HSV(B) 53.14º 0.9% 0.92% -
XYZ 57.14 63.65 10.14 -
YUV 195.97 30.95 155.12 -
System Red Green Blue C M Y K H S L
Decimal 234 210 24 0 0.10 0.90 0.08 53.14 0.83 0.51
Hex EA D2 18 0 A 5A 8 35 53 33
Octal 352 322 30 0 12 132 10 65 123 63
Binary 11101010 11010010 11000 0 1010 1011010 1000 110101 1010011 110011

Color Harmonies of #EAD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD218

Black with #EAD218

Text Example


Text Example

White with #EAD218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD218; }

 p { color: rgb(234,210,24); }

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

background-color css

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

 a { background-color: rgb(234,210,24); }

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

border-color css

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

 span { border-color: rgb(234,210,24); }

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