Html Css Color HEX #EED816 Broom

📋 copy color: '#EED816'

red 238 ◦ green 216 ◦ blue 22

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

Shades of Broom #EED816

Tints of Broom #EED816

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.38%

 BLUE value IS 22 (8.98% from 255) = 4.62%

R = 50%
G = 45.38%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EED816 (or 0xEED816) is known color: Broom. HEX triplet: EE, D8 and 16. RGB value is (238,216,22). Sum of RGB (Red+Green+Blue) = 238+216+22=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EED816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED816 is #1127E9. Grayscale: #C9C9C9. Windows color (decimal): -1124330 or 1497326. OLE color: 1497326.

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

Color convert

RGB 238 216 22 -
CMYK 0 0.09 0.91 0.07
HSL 53.89º 0.86% 0.51% -
HSV(B) 53.89º 0.91% 0.93% -
XYZ 59.96 67.35 10.6 -
YUV 200.46 27.29 154.77 -
System Red Green Blue C M Y K H S L
Decimal 238 216 22 0 0.09 0.91 0.07 53.89 0.86 0.51
Hex EE D8 16 0 9 5B 7 36 56 33
Octal 356 330 26 0 11 133 7 66 126 63
Binary 11101110 11011000 10110 0 1001 1011011 111 110110 1010110 110011

Color Harmonies of #EED816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED816

Black with #EED816

Text Example


Text Example

White with #EED816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED816; }

 p { color: rgb(238,216,22); }

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

background-color css

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

 a { background-color: rgb(238,216,22); }

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

border-color css

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

 span { border-color: rgb(238,216,22); }

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