Html Css Color HEX #EED010 Broom

📋 copy color: '#EED010'

red 238 ◦ green 208 ◦ blue 16

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

Shades of Broom #EED010

Tints of Broom #EED010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 51.52%
G = 45.02%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EED010 (or 0xEED010) is known color: Broom. HEX triplet: EE, D0 and 10. RGB value is (238,208,16). Sum of RGB (Red+Green+Blue) = 238+208+16=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EED010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED010 is #112FEF. Grayscale: #C3C3C3. Windows color (decimal): -1126384 or 1102062. OLE color: 1102062.

HSL color Cylindrical-coordinate representation of color #EED010: hue angle of 51.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EED010 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 16 -
CMYK 0 0.13 0.93 0.07
HSL 51.89º 0.87% 0.5% -
HSV(B) 51.89º 0.93% 0.93% -
XYZ 57.91 63.33 9.66 -
YUV 195.08 26.94 158.61 -
System Red Green Blue C M Y K H S L
Decimal 238 208 16 0 0.13 0.93 0.07 51.89 0.87 0.5
Hex EE D0 10 0 D 5D 7 34 57 32
Octal 356 320 20 0 15 135 7 64 127 62
Binary 11101110 11010000 10000 0 1101 1011101 111 110100 1010111 110010

Color Harmonies of #EED010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED010

Black with #EED010

Text Example


Text Example

White with #EED010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED010; }

 p { color: rgb(238,208,16); }

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

background-color css

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

 a { background-color: rgb(238,208,16); }

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

border-color css

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

 span { border-color: rgb(238,208,16); }

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