Html Css Color HEX #E0CF2C Broom

📋 copy color: '#E0CF2C'

red 224 ◦ green 207 ◦ blue 44

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

Shades of Broom #E0CF2C

Tints of Broom #E0CF2C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.58%

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

R = 47.16%
G = 43.58%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0CF2C (or 0xE0CF2C) is known color: Broom. HEX triplet: E0, CF and 2C. RGB value is (224,207,44). Sum of RGB (Red+Green+Blue) = 224+207+44=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CF2C is #1F30D3. Grayscale: #C2C2C2. Windows color (decimal): -2044116 or 2936800. OLE color: 2936800.

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

Color convert

RGB 224 207 44 -
CMYK 0 0.08 0.80 0.12
HSL 54.33º 0.74% 0.53% -
HSV(B) 54.33º 0.8% 0.88% -
XYZ 53.51 60.65 11.27 -
YUV 193.5 43.63 149.75 -
System Red Green Blue C M Y K H S L
Decimal 224 207 44 0 0.08 0.80 0.12 54.33 0.74 0.53
Hex E0 CF 2C 0 8 50 C 36 4A 35
Octal 340 317 54 0 10 120 14 66 112 65
Binary 11100000 11001111 101100 0 1000 1010000 1100 110110 1001010 110101

Color Harmonies of #E0CF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CF2C

Black with #E0CF2C

Text Example


Text Example

White with #E0CF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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