Html Css Color HEX #EED815 Broom

📋 copy color: '#EED815'

red 238 ◦ green 216 ◦ blue 21

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

Shades of Broom #EED815

Tints of Broom #EED815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.42%

R = 50.11%
G = 45.47%
B = 4.42%

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

#EED815 (or 0xEED815) is known color: Broom. HEX triplet: EE, D8 and 15. RGB value is (238,216,21). Sum of RGB (Red+Green+Blue) = 238+216+21=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EED815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED815 is #1127EA. Grayscale: #C9C9C9. Windows color (decimal): -1124331 or 1431790. OLE color: 1431790.

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

Color convert

RGB 238 216 21 -
CMYK 0 0.09 0.91 0.07
HSL 53.92º 0.86% 0.51% -
HSV(B) 53.92º 0.91% 0.93% -
XYZ 59.95 67.34 10.55 -
YUV 200.35 26.79 154.86 -
System Red Green Blue C M Y K H S L
Decimal 238 216 21 0 0.09 0.91 0.07 53.92 0.86 0.51
Hex EE D8 15 0 9 5B 7 36 56 33
Octal 356 330 25 0 11 133 7 66 126 63
Binary 11101110 11011000 10101 0 1001 1011011 111 110110 1010110 110011

Color Harmonies of #EED815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED815

Black with #EED815

Text Example


Text Example

White with #EED815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED815; }

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

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

background-color css

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

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

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

border-color css

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

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

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