Html Css Color HEX #EED718 Broom

📋 copy color: '#EED718'

red 238 ◦ green 215 ◦ blue 24

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

Shades of Broom #EED718

Tints of Broom #EED718

RGB

 RED value IS 238 (93.36% from 255) = 49.9%

 GREEN value IS 215 (84.38% from 255) = 45.07%

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

R = 49.9%
G = 45.07%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EED718 (or 0xEED718) is known color: Broom. HEX triplet: EE, D7 and 18. RGB value is (238,215,24). Sum of RGB (Red+Green+Blue) = 238+215+24=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EED718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED718 is #1128E7. Grayscale: #C8C8C8. Windows color (decimal): -1124584 or 1628142. OLE color: 1628142.

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

Color convert

RGB 238 215 24 -
CMYK 0 0.10 0.90 0.07
HSL 53.55º 0.86% 0.51% -
HSV(B) 53.55º 0.9% 0.93% -
XYZ 59.73 66.84 10.62 -
YUV 200.1 28.62 155.03 -
System Red Green Blue C M Y K H S L
Decimal 238 215 24 0 0.10 0.90 0.07 53.55 0.86 0.51
Hex EE D7 18 0 A 5A 7 36 56 33
Octal 356 327 30 0 12 132 7 66 126 63
Binary 11101110 11010111 11000 0 1010 1011010 111 110110 1010110 110011

Color Harmonies of #EED718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED718

Black with #EED718

Text Example


Text Example

White with #EED718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED718; }

 p { color: rgb(238,215,24); }

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

background-color css

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

 a { background-color: rgb(238,215,24); }

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

border-color css

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

 span { border-color: rgb(238,215,24); }

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