Html Css Color HEX #EDC359 Cream Can

📋 copy color: '#EDC359'

red 237 ◦ green 195 ◦ blue 89

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

Shades of Cream Can #EDC359

Tints of Cream Can #EDC359

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.43%

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

R = 45.49%
G = 37.43%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDC359 (or 0xEDC359) is known color: Cream Can. HEX triplet: ED, C3 and 59. RGB value is (237,195,89). Sum of RGB (Red+Green+Blue) = 237+195+89=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC359 is #123CA6. Grayscale: #C3C3C3. Windows color (decimal): -1195175 or 5882861. OLE color: 5882861.

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

Color convert

RGB 237 195 89 -
CMYK 0 0.18 0.62 0.07
HSL 42.97º 0.8% 0.64% -
HSV(B) 42.97º 0.62% 0.93% -
XYZ 56.24 57.76 17.63 -
YUV 195.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 237 195 89 0 0.18 0.62 0.07 42.97 0.8 0.64
Hex ED C3 59 0 12 3E 7 2B 50 40
Octal 355 303 131 0 22 76 7 53 120 100
Binary 11101101 11000011 1011001 0 10010 111110 111 101011 1010000 1000000

Color Harmonies of #EDC359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC359

Black with #EDC359

Text Example


Text Example

White with #EDC359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC359; }

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

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

background-color css

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

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

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

border-color css

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

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

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