Html Css Color HEX #EED521 Broom

📋 copy color: '#EED521'

red 238 ◦ green 213 ◦ blue 33

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

Shades of Broom #EED521

Tints of Broom #EED521

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

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

R = 49.17%
G = 44.01%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EED521 (or 0xEED521) is known color: Broom. HEX triplet: EE, D5 and 21. RGB value is (238,213,33). Sum of RGB (Red+Green+Blue) = 238+213+33=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 33 (13.28% from 255 or 6.82% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EED521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED521 is #112ADE. Grayscale: #C8C8C8. Windows color (decimal): -1125087 or 2217454. OLE color: 2217454.

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

Color convert

RGB 238 213 33 -
CMYK 0 0.11 0.86 0.07
HSL 52.68º 0.86% 0.53% -
HSV(B) 52.68º 0.86% 0.93% -
XYZ 59.33 65.88 11.03 -
YUV 199.96 33.78 155.14 -
System Red Green Blue C M Y K H S L
Decimal 238 213 33 0 0.11 0.86 0.07 52.68 0.86 0.53
Hex EE D5 21 0 B 56 7 35 56 35
Octal 356 325 41 0 13 126 7 65 126 65
Binary 11101110 11010101 100001 0 1011 1010110 111 110101 1010110 110101

Color Harmonies of #EED521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED521

Black with #EED521

Text Example


Text Example

White with #EED521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED521; }

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

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

background-color css

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

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

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

border-color css

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

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

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