Html Css Color HEX #EDC060 Cream Can

📋 copy color: '#EDC060'

red 237 ◦ green 192 ◦ blue 96

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

Shades of Cream Can #EDC060

Tints of Cream Can #EDC060

RGB

 RED value IS 237 (92.97% from 255) = 45.14%

 GREEN value IS 192 (75.39% from 255) = 36.57%

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 45.14%
G = 36.57%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC060 (or 0xEDC060) is known color: Cream Can. HEX triplet: ED, C0 and 60. RGB value is (237,192,96). Sum of RGB (Red+Green+Blue) = 237+192+96=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC060 is #123F9F. Grayscale: #C2C2C2. Windows color (decimal): -1195936 or 6340845. OLE color: 6340845.

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

Color convert

RGB 237 192 96 -
CMYK 0 0.19 0.59 0.07
HSL 40.85º 0.8% 0.65% -
HSV(B) 40.85º 0.59% 0.93% -
XYZ 55.89 56.55 19.04 -
YUV 194.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 237 192 96 0 0.19 0.59 0.07 40.85 0.8 0.65
Hex ED C0 60 0 13 3B 7 29 50 41
Octal 355 300 140 0 23 73 7 51 120 101
Binary 11101101 11000000 1100000 0 10011 111011 111 101001 1010000 1000001

Color Harmonies of #EDC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC060

Black with #EDC060

Text Example


Text Example

White with #EDC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC060; }

 p { color: rgb(237,192,96); }

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

background-color css

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

 a { background-color: rgb(237,192,96); }

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

border-color css

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

 span { border-color: rgb(237,192,96); }

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