Html Css Color HEX #E0CA2C Broom

📋 copy color: '#E0CA2C'

red 224 ◦ green 202 ◦ blue 44

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

Shades of Broom #E0CA2C

Tints of Broom #E0CA2C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

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

R = 47.66%
G = 42.98%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0CA2C (or 0xE0CA2C) is known color: Broom. HEX triplet: E0, CA and 2C. RGB value is (224,202,44). Sum of RGB (Red+Green+Blue) = 224+202+44=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CA2C is #1F35D3. Grayscale: #BFBFBF. Windows color (decimal): -2045396 or 2935520. OLE color: 2935520.

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

Color convert

RGB 224 202 44 -
CMYK 0 0.10 0.80 0.12
HSL 52.67º 0.74% 0.53% -
HSV(B) 52.67º 0.8% 0.88% -
XYZ 52.32 58.27 10.87 -
YUV 190.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 224 202 44 0 0.10 0.80 0.12 52.67 0.74 0.53
Hex E0 CA 2C 0 A 50 C 35 4A 35
Octal 340 312 54 0 12 120 14 65 112 65
Binary 11100000 11001010 101100 0 1010 1010000 1100 110101 1001010 110101

Color Harmonies of #E0CA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA2C

Black with #E0CA2C

Text Example


Text Example

White with #E0CA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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