Html Css Color HEX #ECC05C Cream Can

📋 copy color: '#ECC05C'

red 236 ◦ green 192 ◦ blue 92

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

Shades of Cream Can #ECC05C

Tints of Cream Can #ECC05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.69%

R = 45.38%
G = 36.92%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECC05C (or 0xECC05C) is known color: Cream Can. HEX triplet: EC, C0 and 5C. RGB value is (236,192,92). Sum of RGB (Red+Green+Blue) = 236+192+92=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC05C is #133FA3. Grayscale: #C2C2C2. Windows color (decimal): -1261476 or 6078700. OLE color: 6078700.

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

Color convert

RGB 236 192 92 -
CMYK 0 0.19 0.61 0.07
HSL 41.67º 0.79% 0.64% -
HSV(B) 41.67º 0.61% 0.93% -
XYZ 55.37 56.3 18.07 -
YUV 193.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 236 192 92 0 0.19 0.61 0.07 41.67 0.79 0.64
Hex EC C0 5C 0 13 3D 7 2A 4F 40
Octal 354 300 134 0 23 75 7 52 117 100
Binary 11101100 11000000 1011100 0 10011 111101 111 101010 1001111 1000000

Color Harmonies of #ECC05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC05C

Black with #ECC05C

Text Example


Text Example

White with #ECC05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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