Html Css Color HEX #EED20F Broom

📋 copy color: '#EED20F'

red 238 ◦ green 210 ◦ blue 15

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

Shades of Broom #EED20F

Tints of Broom #EED20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.24%

R = 51.4%
G = 45.36%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EED20F (or 0xEED20F) is known color: Broom. HEX triplet: EE, D2 and 0F. RGB value is (238,210,15). Sum of RGB (Red+Green+Blue) = 238+210+15=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EED20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED20F is #112DF0. Grayscale: #C4C4C4. Windows color (decimal): -1125873 or 1037038. OLE color: 1037038.

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

Color convert

RGB 238 210 15 -
CMYK 0 0.12 0.94 0.07
HSL 52.47º 0.88% 0.5% -
HSV(B) 52.47º 0.94% 0.93% -
XYZ 58.39 64.3 9.79 -
YUV 196.14 25.78 157.86 -
System Red Green Blue C M Y K H S L
Decimal 238 210 15 0 0.12 0.94 0.07 52.47 0.88 0.5
Hex EE D2 F 0 C 5E 7 34 58 32
Octal 356 322 17 0 14 136 7 64 130 62
Binary 11101110 11010010 1111 0 1100 1011110 111 110100 1011000 110010

Color Harmonies of #EED20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED20F

Black with #EED20F

Text Example


Text Example

White with #EED20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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