Html Css Color HEX #EED216 Broom

📋 copy color: '#EED216'

red 238 ◦ green 210 ◦ blue 22

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

Shades of Broom #EED216

Tints of Broom #EED216

RGB

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

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

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

R = 50.64%
G = 44.68%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EED216 (or 0xEED216) is known color: Broom. HEX triplet: EE, D2 and 16. RGB value is (238,210,22). Sum of RGB (Red+Green+Blue) = 238+210+22=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EED216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED216 is #112DE9. Grayscale: #C5C5C5. Windows color (decimal): -1125866 or 1495790. OLE color: 1495790.

HSL color Cylindrical-coordinate representation of color #EED216: hue angle of 52.22º 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 #EED216 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 210 22 -
CMYK 0 0.12 0.91 0.07
HSL 52.22º 0.86% 0.51% -
HSV(B) 52.22º 0.91% 0.93% -
XYZ 58.45 64.33 10.09 -
YUV 196.94 29.28 157.29 -
System Red Green Blue C M Y K H S L
Decimal 238 210 22 0 0.12 0.91 0.07 52.22 0.86 0.51
Hex EE D2 16 0 C 5B 7 34 56 33
Octal 356 322 26 0 14 133 7 64 126 63
Binary 11101110 11010010 10110 0 1100 1011011 111 110100 1010110 110011

Color Harmonies of #EED216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED216

Black with #EED216

Text Example


Text Example

White with #EED216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED216; }

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

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

background-color css

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

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

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

border-color css

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

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

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