Html Css Color HEX #ECC15F Cream Can

📋 copy color: '#ECC15F'

red 236 ◦ green 193 ◦ blue 95

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

Shades of Cream Can #ECC15F

Tints of Cream Can #ECC15F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

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

R = 45.04%
G = 36.83%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECC15F (or 0xECC15F) is known color: Cream Can. HEX triplet: EC, C1 and 5F. RGB value is (236,193,95). Sum of RGB (Red+Green+Blue) = 236+193+95=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC15F is #133EA0. Grayscale: #C3C3C3. Windows color (decimal): -1261217 or 6275564. OLE color: 6275564.

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

Color convert

RGB 236 193 95 -
CMYK 0 0.18 0.60 0.07
HSL 41.7º 0.79% 0.65% -
HSV(B) 41.7º 0.6% 0.93% -
XYZ 55.73 56.8 18.85 -
YUV 194.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 236 193 95 0 0.18 0.60 0.07 41.7 0.79 0.65
Hex EC C1 5F 0 12 3C 7 2A 4F 41
Octal 354 301 137 0 22 74 7 52 117 101
Binary 11101100 11000001 1011111 0 10010 111100 111 101010 1001111 1000001

Color Harmonies of #ECC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC15F

Black with #ECC15F

Text Example


Text Example

White with #ECC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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