Html Css Color HEX #E0D221 Broom

📋 copy color: '#E0D221'

red 224 ◦ green 210 ◦ blue 33

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

Shades of Broom #E0D221

Tints of Broom #E0D221

RGB

 RED value IS 224 (87.89% from 255) = 47.97%

 GREEN value IS 210 (82.42% from 255) = 44.97%

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

R = 47.97%
G = 44.97%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E0D221 (or 0xE0D221) is known color: Broom. HEX triplet: E0, D2 and 21. RGB value is (224,210,33). Sum of RGB (Red+Green+Blue) = 224+210+33=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D221 is #1F2DDE. Grayscale: #C2C2C2. Windows color (decimal): -2043359 or 2216672. OLE color: 2216672.

HSL color Cylindrical-coordinate representation of color #E0D221: hue angle of 55.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0D221 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 210 33 -
CMYK 0 0.06 0.85 0.12
HSL 55.6º 0.75% 0.5% -
HSV(B) 55.6º 0.85% 0.88% -
XYZ 54.06 62.05 10.57 -
YUV 194.01 37.14 149.39 -
System Red Green Blue C M Y K H S L
Decimal 224 210 33 0 0.06 0.85 0.12 55.6 0.75 0.5
Hex E0 D2 21 0 6 55 C 38 4B 32
Octal 340 322 41 0 6 125 14 70 113 62
Binary 11100000 11010010 100001 0 110 1010101 1100 111000 1001011 110010

Color Harmonies of #E0D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D221

Black with #E0D221

Text Example


Text Example

White with #E0D221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D221; }

 p { color: rgb(224,210,33); }

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

background-color css

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

 a { background-color: rgb(224,210,33); }

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

border-color css

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

 span { border-color: rgb(224,210,33); }

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