Html Css Color HEX #ECC45D Cream Can

📋 copy color: '#ECC45D'

red 236 ◦ green 196 ◦ blue 93

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

Shades of Cream Can #ECC45D

Tints of Cream Can #ECC45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.33%

 BLUE value IS 93 (36.72% from 255) = 17.71%

R = 44.95%
G = 37.33%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECC45D (or 0xECC45D) is known color: Cream Can. HEX triplet: EC, C4 and 5D. RGB value is (236,196,93). Sum of RGB (Red+Green+Blue) = 236+196+93=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC45D is #133BA2. Grayscale: #C4C4C4. Windows color (decimal): -1260451 or 6145260. OLE color: 6145260.

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

Color convert

RGB 236 196 93 -
CMYK 0 0.17 0.61 0.07
HSL 43.22º 0.79% 0.65% -
HSV(B) 43.22º 0.61% 0.93% -
XYZ 56.31 58.1 18.6 -
YUV 196.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 236 196 93 0 0.17 0.61 0.07 43.22 0.79 0.65
Hex EC C4 5D 0 11 3D 7 2B 4F 41
Octal 354 304 135 0 21 75 7 53 117 101
Binary 11101100 11000100 1011101 0 10001 111101 111 101011 1001111 1000001

Color Harmonies of #ECC45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC45D

Black with #ECC45D

Text Example


Text Example

White with #ECC45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC45D; }

 p { color: rgb(236,196,93); }

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

background-color css

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

 a { background-color: rgb(236,196,93); }

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

border-color css

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

 span { border-color: rgb(236,196,93); }

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