Html Css Color HEX #ECC05E Cream Can

📋 copy color: '#ECC05E'

red 236 ◦ green 192 ◦ blue 94

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

Shades of Cream Can #ECC05E

Tints of Cream Can #ECC05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.01%

R = 45.21%
G = 36.78%
B = 18.01%

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

#ECC05E (or 0xECC05E) is known color: Cream Can. HEX triplet: EC, C0 and 5E. RGB value is (236,192,94). Sum of RGB (Red+Green+Blue) = 236+192+94=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC05E is #133FA1. Grayscale: #C2C2C2. Windows color (decimal): -1261474 or 6209772. OLE color: 6209772.

HSL color Cylindrical-coordinate representation of color #ECC05E: hue angle of 41.41º 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 #ECC05E is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 94 -
CMYK 0 0.19 0.60 0.07
HSL 41.41º 0.79% 0.65% -
HSV(B) 41.41º 0.6% 0.93% -
XYZ 55.46 56.34 18.54 -
YUV 193.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 236 192 94 0 0.19 0.60 0.07 41.41 0.79 0.65
Hex EC C0 5E 0 13 3C 7 29 4F 41
Octal 354 300 136 0 23 74 7 51 117 101
Binary 11101100 11000000 1011110 0 10011 111100 111 101001 1001111 1000001

Color Harmonies of #ECC05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC05E

Black with #ECC05E

Text Example


Text Example

White with #ECC05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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