Html Css Color HEX #EDC859 Cream Can

📋 copy color: '#EDC859'

red 237 ◦ green 200 ◦ blue 89

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

Shades of Cream Can #EDC859

Tints of Cream Can #EDC859

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.02%

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

R = 45.06%
G = 38.02%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDC859 (or 0xEDC859) is known color: Cream Can. HEX triplet: ED, C8 and 59. RGB value is (237,200,89). Sum of RGB (Red+Green+Blue) = 237+200+89=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC859 is #1237A6. Grayscale: #C6C6C6. Windows color (decimal): -1193895 or 5884141. OLE color: 5884141.

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

Color convert

RGB 237 200 89 -
CMYK 0 0.16 0.62 0.07
HSL 45º 0.8% 0.64% -
HSV(B) 45º 0.62% 0.93% -
XYZ 57.38 60.03 18.01 -
YUV 198.41 66.26 155.53 -
System Red Green Blue C M Y K H S L
Decimal 237 200 89 0 0.16 0.62 0.07 45 0.8 0.64
Hex ED C8 59 0 10 3E 7 2D 50 40
Octal 355 310 131 0 20 76 7 55 120 100
Binary 11101101 11001000 1011001 0 10000 111110 111 101101 1010000 1000000

Color Harmonies of #EDC859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC859

Black with #EDC859

Text Example


Text Example

White with #EDC859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC859; }

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

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

background-color css

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

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

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

border-color css

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

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

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