Html Css Color HEX #EDC160 Cream Can

📋 copy color: '#EDC160'

red 237 ◦ green 193 ◦ blue 96

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

Shades of Cream Can #EDC160

Tints of Cream Can #EDC160

RGB

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

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

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

R = 45.06%
G = 36.69%
B = 18.25%

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

#EDC160 (or 0xEDC160) is known color: Cream Can. HEX triplet: ED, C1 and 60. RGB value is (237,193,96). Sum of RGB (Red+Green+Blue) = 237+193+96=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC160 is #123E9F. Grayscale: #C3C3C3. Windows color (decimal): -1195680 or 6341101. OLE color: 6341101.

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

Color convert

RGB 237 193 96 -
CMYK 0 0.19 0.59 0.07
HSL 41.28º 0.8% 0.65% -
HSV(B) 41.28º 0.59% 0.93% -
XYZ 56.11 56.99 19.11 -
YUV 195.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 237 193 96 0 0.19 0.59 0.07 41.28 0.8 0.65
Hex ED C1 60 0 13 3B 7 29 50 41
Octal 355 301 140 0 23 73 7 51 120 101
Binary 11101101 11000001 1100000 0 10011 111011 111 101001 1010000 1000001

Color Harmonies of #EDC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC160

Black with #EDC160

Text Example


Text Example

White with #EDC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC160; }

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

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

background-color css

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

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

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

border-color css

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

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

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