Html Css Color HEX #E0CC2C Broom

📋 copy color: '#E0CC2C'

red 224 ◦ green 204 ◦ blue 44

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

Shades of Broom #E0CC2C

Tints of Broom #E0CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

 BLUE value IS 44 (17.58% from 255) = 9.32%

R = 47.46%
G = 43.22%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0CC2C (or 0xE0CC2C) is known color: Broom. HEX triplet: E0, CC and 2C. RGB value is (224,204,44). Sum of RGB (Red+Green+Blue) = 224+204+44=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CC2C is #1F33D3. Grayscale: #C0C0C0. Windows color (decimal): -2044884 or 2936032. OLE color: 2936032.

HSL color Cylindrical-coordinate representation of color #E0CC2C: hue angle of 53.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0CC2C is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 204 44 -
CMYK 0 0.09 0.80 0.12
HSL 53.33º 0.74% 0.53% -
HSV(B) 53.33º 0.8% 0.88% -
XYZ 52.79 59.21 11.03 -
YUV 191.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 224 204 44 0 0.09 0.80 0.12 53.33 0.74 0.53
Hex E0 CC 2C 0 9 50 C 35 4A 35
Octal 340 314 54 0 11 120 14 65 112 65
Binary 11100000 11001100 101100 0 1001 1010000 1100 110101 1001010 110101

Color Harmonies of #E0CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CC2C

Black with #E0CC2C

Text Example


Text Example

White with #E0CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CC2C; }

 p { color: rgb(224,204,44); }

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

background-color css

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

 a { background-color: rgb(224,204,44); }

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

border-color css

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

 span { border-color: rgb(224,204,44); }

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