#ECCC18

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

Shades of Broom #ECCC18

Tints of Broom #ECCC18

Color information

#ECCC18 (or 0xECCC18) is unknown color: approx Broom. HEX triplet: EC, CC and 18. RGB value is (236,204,24). Sum of RGB (Red+Green+Blue) = 236+204+24=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC18 is #1333E7. Grayscale: #C1C1C1. Windows color (decimal): -1258472 or 1625324. OLE color: 1625324.

HSL color Cylindrical-coordinate representation of color #ECCC18: hue angle of 50.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECCC18 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB23620424-
CMYK00.140.900.07
HSL50.94º84.8%50.98%-
HSV(B)50.94º89.83%92.55%-
XYZ56.3561.089.68-
YUV193.0532.6158.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.86%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 24 (9.77% from 255) = 5.17%
R=50.86%
G=43.97%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362042400.140.900.0750.9484.850.98
HexECCC180E5A7335533
Octal3543143001613276312563
Binary1110110011001100110000111010110101111100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCC18; }

 p { color: rgb(236,204,24); }

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

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

 a { background-color: rgb(236,204,24); }

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

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

 span { border-color: rgb(236,204,24); }

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