Html Css Color HEX #ECC95C Cream Can

📋 copy color: '#ECC95C'

red 236 ◦ green 201 ◦ blue 92

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

Shades of Cream Can #ECC95C

Tints of Cream Can #ECC95C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

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

R = 44.61%
G = 38%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECC95C (or 0xECC95C) is known color: Cream Can. HEX triplet: EC, C9 and 5C. RGB value is (236,201,92). Sum of RGB (Red+Green+Blue) = 236+201+92=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC95C is #1336A3. Grayscale: #C7C7C7. Windows color (decimal): -1259172 or 6081004. OLE color: 6081004.

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

Color convert

RGB 236 201 92 -
CMYK 0 0.15 0.61 0.07
HSL 45.42º 0.79% 0.64% -
HSV(B) 45.42º 0.61% 0.93% -
XYZ 57.41 60.38 18.75 -
YUV 199.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 236 201 92 0 0.15 0.61 0.07 45.42 0.79 0.64
Hex EC C9 5C 0 F 3D 7 2D 4F 40
Octal 354 311 134 0 17 75 7 55 117 100
Binary 11101100 11001001 1011100 0 1111 111101 111 101101 1001111 1000000

Color Harmonies of #ECC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC95C

Black with #ECC95C

Text Example


Text Example

White with #ECC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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