Html Css Color HEX #E0D321 Broom

📋 copy color: '#E0D321'

red 224 ◦ green 211 ◦ blue 33

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

Shades of Broom #E0D321

Tints of Broom #E0D321

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

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

R = 47.86%
G = 45.09%
B = 7.05%

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

#E0D321 (or 0xE0D321) is known color: Broom. HEX triplet: E0, D3 and 21. RGB value is (224,211,33). Sum of RGB (Red+Green+Blue) = 224+211+33=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D321 is #1F2CDE. Grayscale: #C3C3C3. Windows color (decimal): -2043103 or 2216928. OLE color: 2216928.

HSL color Cylindrical-coordinate representation of color #E0D321: hue angle of 55.92º 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 #E0D321 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 211 33 -
CMYK 0 0.06 0.85 0.12
HSL 55.92º 0.75% 0.5% -
HSV(B) 55.92º 0.85% 0.88% -
XYZ 54.31 62.55 10.65 -
YUV 194.6 36.81 148.97 -
System Red Green Blue C M Y K H S L
Decimal 224 211 33 0 0.06 0.85 0.12 55.92 0.75 0.5
Hex E0 D3 21 0 6 55 C 38 4B 32
Octal 340 323 41 0 6 125 14 70 113 62
Binary 11100000 11010011 100001 0 110 1010101 1100 111000 1001011 110010

Color Harmonies of #E0D321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D321

Black with #E0D321

Text Example


Text Example

White with #E0D321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D321; }

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

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

background-color css

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

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

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

border-color css

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

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

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