Html Css Color HEX #ECC752 Cream Can

📋 copy color: '#ECC752'

red 236 ◦ green 199 ◦ blue 82

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

Shades of Cream Can #ECC752

Tints of Cream Can #ECC752

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.49%

 BLUE value IS 82 (32.42% from 255) = 15.86%

R = 45.65%
G = 38.49%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECC752 (or 0xECC752) is known color: Cream Can. HEX triplet: EC, C7 and 52. RGB value is (236,199,82). Sum of RGB (Red+Green+Blue) = 236+199+82=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC752 is #1338AD. Grayscale: #C5C5C5. Windows color (decimal): -1259694 or 5425132. OLE color: 5425132.

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

Color convert

RGB 236 199 82 -
CMYK 0 0.16 0.65 0.07
HSL 45.58º 0.8% 0.62% -
HSV(B) 45.58º 0.65% 0.93% -
XYZ 56.54 59.29 16.45 -
YUV 196.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 236 199 82 0 0.16 0.65 0.07 45.58 0.8 0.62
Hex EC C7 52 0 10 41 7 2E 50 3E
Octal 354 307 122 0 20 101 7 56 120 76
Binary 11101100 11000111 1010010 0 10000 1000001 111 101110 1010000 111110

Color Harmonies of #ECC752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC752

Black with #ECC752

Text Example


Text Example

White with #ECC752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC752; }

 p { color: rgb(236,199,82); }

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

background-color css

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

 a { background-color: rgb(236,199,82); }

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

border-color css

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

 span { border-color: rgb(236,199,82); }

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