Html Css Color HEX #EED021 Broom

📋 copy color: '#EED021'

red 238 ◦ green 208 ◦ blue 33

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

Shades of Broom #EED021

Tints of Broom #EED021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.89%

R = 49.69%
G = 43.42%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EED021 (or 0xEED021) is known color: Broom. HEX triplet: EE, D0 and 21. RGB value is (238,208,33). Sum of RGB (Red+Green+Blue) = 238+208+33=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EED021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED021 is #112FDE. Grayscale: #C5C5C5. Windows color (decimal): -1126367 or 2216174. OLE color: 2216174.

HSL color Cylindrical-coordinate representation of color #EED021: hue angle of 51.22º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EED021 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 33 -
CMYK 0 0.13 0.86 0.07
HSL 51.22º 0.86% 0.53% -
HSV(B) 51.22º 0.86% 0.93% -
XYZ 58.09 63.4 10.61 -
YUV 197.02 35.44 157.23 -
System Red Green Blue C M Y K H S L
Decimal 238 208 33 0 0.13 0.86 0.07 51.22 0.86 0.53
Hex EE D0 21 0 D 56 7 33 56 35
Octal 356 320 41 0 15 126 7 63 126 65
Binary 11101110 11010000 100001 0 1101 1010110 111 110011 1010110 110101

Color Harmonies of #EED021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED021

Black with #EED021

Text Example


Text Example

White with #EED021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED021; }

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

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

background-color css

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

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

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

border-color css

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

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

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