Html Css Color HEX #EED015 Broom

📋 copy color: '#EED015'

red 238 ◦ green 208 ◦ blue 21

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

Shades of Broom #EED015

Tints of Broom #EED015

RGB

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

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

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

R = 50.96%
G = 44.54%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EED015 (or 0xEED015) is known color: Broom. HEX triplet: EE, D0 and 15. RGB value is (238,208,21). Sum of RGB (Red+Green+Blue) = 238+208+21=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED015 is #112FEA. Grayscale: #C4C4C4. Windows color (decimal): -1126379 or 1429742. OLE color: 1429742.

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

Color convert

RGB 238 208 21 -
CMYK 0 0.13 0.91 0.07
HSL 51.71º 0.86% 0.51% -
HSV(B) 51.71º 0.91% 0.93% -
XYZ 57.95 63.34 9.88 -
YUV 195.65 29.44 158.21 -
System Red Green Blue C M Y K H S L
Decimal 238 208 21 0 0.13 0.91 0.07 51.71 0.86 0.51
Hex EE D0 15 0 D 5B 7 34 56 33
Octal 356 320 25 0 15 133 7 64 126 63
Binary 11101110 11010000 10101 0 1101 1011011 111 110100 1010110 110011

Color Harmonies of #EED015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED015

Black with #EED015

Text Example


Text Example

White with #EED015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED015; }

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

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

background-color css

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

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

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

border-color css

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

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

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