Html Css Color HEX #EED715 Broom

📋 copy color: '#EED715'

red 238 ◦ green 215 ◦ blue 21

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

Shades of Broom #EED715

Tints of Broom #EED715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

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

R = 50.21%
G = 45.36%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EED715 (or 0xEED715) is known color: Broom. HEX triplet: EE, D7 and 15. RGB value is (238,215,21). Sum of RGB (Red+Green+Blue) = 238+215+21=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EED715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED715 is #1128EA. Grayscale: #C8C8C8. Windows color (decimal): -1124587 or 1431534. OLE color: 1431534.

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

Color convert

RGB 238 215 21 -
CMYK 0 0.10 0.91 0.07
HSL 53.64º 0.86% 0.51% -
HSV(B) 53.64º 0.91% 0.93% -
XYZ 59.7 66.83 10.46 -
YUV 199.76 27.12 155.27 -
System Red Green Blue C M Y K H S L
Decimal 238 215 21 0 0.10 0.91 0.07 53.64 0.86 0.51
Hex EE D7 15 0 A 5B 7 36 56 33
Octal 356 327 25 0 12 133 7 66 126 63
Binary 11101110 11010111 10101 0 1010 1011011 111 110110 1010110 110011

Color Harmonies of #EED715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED715

Black with #EED715

Text Example


Text Example

White with #EED715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED715; }

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

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

background-color css

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

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

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

border-color css

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

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

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