#E0CF1F

Color #E0CF1F Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #E0CF1F

Tints of Broom #E0CF1F

Color information

#E0CF1F (or 0xE0CF1F) is unknown color: approx Broom. HEX triplet: E0, CF and 1F. RGB value is (224,207,31). Sum of RGB (Red+Green+Blue) = 224+207+31=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 31 (12.5% from 255 or 6.71% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CF1F is #1F30E0. Grayscale: #C0C0C0. Windows color (decimal): -2044129 or 2084832. OLE color: 2084832.

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

Color convert

RGB22420731-
CMYK00.080.860.12
HSL54.72º75.69%50%-
HSV(B)54.72º86.16%87.84%-
XYZ53.360.5710.18-
YUV192.0237.13150.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.48%
GREEN value IS 207 (81.25% from 255) = 44.81%
BLUE value IS 31 (12.5% from 255) = 6.71%
R=48.48%
G=44.81%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242073100.080.860.1254.7275.6950
HexE0CF1F0856C374c32
Octal34031737010126146711462
Binary11100000110011111111101000101011011001101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CF1F; }

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

 H1.HeaderClassName
 {
   color: #E0CF1F;
 }
 .AnyTagClassName
 {
   color: #E0CF1F;
 }
</style>
background-color css

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

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

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

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

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

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