Html Css Color HEX #EDC959 Cream Can

📋 copy color: '#EDC959'

red 237 ◦ green 201 ◦ blue 89

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

Shades of Cream Can #EDC959

Tints of Cream Can #EDC959

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

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

R = 44.97%
G = 38.14%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDC959 (or 0xEDC959) is known color: Cream Can. HEX triplet: ED, C9 and 59. RGB value is (237,201,89). Sum of RGB (Red+Green+Blue) = 237+201+89=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC959 is #1236A6. Grayscale: #C7C7C7. Windows color (decimal): -1193639 or 5884397. OLE color: 5884397.

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

Color convert

RGB 237 201 89 -
CMYK 0 0.15 0.62 0.07
HSL 45.41º 0.8% 0.64% -
HSV(B) 45.41º 0.62% 0.93% -
XYZ 57.61 60.5 18.09 -
YUV 199 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 237 201 89 0 0.15 0.62 0.07 45.41 0.8 0.64
Hex ED C9 59 0 F 3E 7 2D 50 40
Octal 355 311 131 0 17 76 7 55 120 100
Binary 11101101 11001001 1011001 0 1111 111110 111 101101 1010000 1000000

Color Harmonies of #EDC959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC959

Black with #EDC959

Text Example


Text Example

White with #EDC959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC959; }

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

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

background-color css

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

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

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

border-color css

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

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

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