Html Css Color HEX #ECC05F Cream Can

📋 copy color: '#ECC05F'

red 236 ◦ green 192 ◦ blue 95

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

Shades of Cream Can #ECC05F

Tints of Cream Can #ECC05F

RGB

 RED value IS 236 (92.58% from 255) = 45.12%

 GREEN value IS 192 (75.39% from 255) = 36.71%

 BLUE value IS 95 (37.5% from 255) = 18.16%

R = 45.12%
G = 36.71%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECC05F (or 0xECC05F) is known color: Cream Can. HEX triplet: EC, C0 and 5F. RGB value is (236,192,95). Sum of RGB (Red+Green+Blue) = 236+192+95=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC05F is #133FA0. Grayscale: #C2C2C2. Windows color (decimal): -1261473 or 6275308. OLE color: 6275308.

HSL color Cylindrical-coordinate representation of color #ECC05F: hue angle of 41.28º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECC05F is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 95 -
CMYK 0 0.19 0.60 0.07
HSL 41.28º 0.79% 0.65% -
HSV(B) 41.28º 0.6% 0.93% -
XYZ 55.51 56.36 18.78 -
YUV 194.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 236 192 95 0 0.19 0.60 0.07 41.28 0.79 0.65
Hex EC C0 5F 0 13 3C 7 29 4F 41
Octal 354 300 137 0 23 74 7 51 117 101
Binary 11101100 11000000 1011111 0 10011 111100 111 101001 1001111 1000001

Color Harmonies of #ECC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC05F

Black with #ECC05F

Text Example


Text Example

White with #ECC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC05F; }

 p { color: rgb(236,192,95); }

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

background-color css

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

 a { background-color: rgb(236,192,95); }

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

border-color css

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

 span { border-color: rgb(236,192,95); }

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