Html Css Color HEX #EED915 Broom

📋 copy color: '#EED915'

red 238 ◦ green 217 ◦ blue 21

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

Shades of Broom #EED915

Tints of Broom #EED915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

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

R = 50%
G = 45.59%
B = 4.41%

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

#EED915 (or 0xEED915) is known color: Broom. HEX triplet: EE, D9 and 15. RGB value is (238,217,21). Sum of RGB (Red+Green+Blue) = 238+217+21=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 21 (8.59% from 255 or 4.41% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EED915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED915 is #1126EA. Grayscale: #C9C9C9. Windows color (decimal): -1124075 or 1432046. OLE color: 1432046.

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

Color convert

RGB 238 217 21 -
CMYK 0 0.09 0.91 0.07
HSL 54.19º 0.86% 0.51% -
HSV(B) 54.19º 0.91% 0.93% -
XYZ 60.21 67.86 10.63 -
YUV 200.94 26.46 154.44 -
System Red Green Blue C M Y K H S L
Decimal 238 217 21 0 0.09 0.91 0.07 54.19 0.86 0.51
Hex EE D9 15 0 9 5B 7 36 56 33
Octal 356 331 25 0 11 133 7 66 126 63
Binary 11101110 11011001 10101 0 1001 1011011 111 110110 1010110 110011

Color Harmonies of #EED915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED915

Black with #EED915

Text Example


Text Example

White with #EED915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED915; }

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

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

background-color css

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

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

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

border-color css

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

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

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