Html Css Color HEX #EDC159 Cream Can

📋 copy color: '#EDC159'

red 237 ◦ green 193 ◦ blue 89

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

Shades of Cream Can #EDC159

Tints of Cream Can #EDC159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.15%

R = 45.66%
G = 37.19%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDC159 (or 0xEDC159) is known color: Cream Can. HEX triplet: ED, C1 and 59. RGB value is (237,193,89). Sum of RGB (Red+Green+Blue) = 237+193+89=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC159 is #123EA6. Grayscale: #C2C2C2. Windows color (decimal): -1195687 or 5882349. OLE color: 5882349.

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

Color convert

RGB 237 193 89 -
CMYK 0 0.19 0.62 0.07
HSL 42.16º 0.8% 0.64% -
HSV(B) 42.16º 0.62% 0.93% -
XYZ 55.8 56.87 17.49 -
YUV 194.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 237 193 89 0 0.19 0.62 0.07 42.16 0.8 0.64
Hex ED C1 59 0 13 3E 7 2A 50 40
Octal 355 301 131 0 23 76 7 52 120 100
Binary 11101101 11000001 1011001 0 10011 111110 111 101010 1010000 1000000

Color Harmonies of #EDC159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC159

Black with #EDC159

Text Example


Text Example

White with #EDC159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC159; }

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

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

background-color css

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

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

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

border-color css

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

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

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