Html Css Color HEX #ECC64F Cream Can

📋 copy color: '#ECC64F'

red 236 ◦ green 198 ◦ blue 79

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

Shades of Cream Can #ECC64F

Tints of Cream Can #ECC64F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.6%

 BLUE value IS 79 (31.25% from 255) = 15.4%

R = 46%
G = 38.6%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECC64F (or 0xECC64F) is known color: Cream Can. HEX triplet: EC, C6 and 4F. RGB value is (236,198,79). Sum of RGB (Red+Green+Blue) = 236+198+79=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC64F is #1339B0. Grayscale: #C4C4C4. Windows color (decimal): -1259953 or 5228268. OLE color: 5228268.

HSL color Cylindrical-coordinate representation of color #ECC64F: hue angle of 45.48º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECC64F is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 79 -
CMYK 0 0.16 0.67 0.07
HSL 45.48º 0.81% 0.62% -
HSV(B) 45.48º 0.67% 0.93% -
XYZ 56.2 58.79 15.78 -
YUV 195.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 236 198 79 0 0.16 0.67 0.07 45.48 0.81 0.62
Hex EC C6 4F 0 10 43 7 2D 51 3E
Octal 354 306 117 0 20 103 7 55 121 76
Binary 11101100 11000110 1001111 0 10000 1000011 111 101101 1010001 111110

Color Harmonies of #ECC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC64F

Black with #ECC64F

Text Example


Text Example

White with #ECC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC64F; }

 p { color: rgb(236,198,79); }

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

background-color css

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

 a { background-color: rgb(236,198,79); }

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

border-color css

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

 span { border-color: rgb(236,198,79); }

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