Html Css Color HEX #EDC556 Cream Can

📋 copy color: '#EDC556'

red 237 ◦ green 197 ◦ blue 86

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

Shades of Cream Can #EDC556

Tints of Cream Can #EDC556

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

 BLUE value IS 86 (33.98% from 255) = 16.54%

R = 45.58%
G = 37.88%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDC556 (or 0xEDC556) is known color: Cream Can. HEX triplet: ED, C5 and 56. RGB value is (237,197,86). Sum of RGB (Red+Green+Blue) = 237+197+86=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC556 is #123AA9. Grayscale: #C4C4C4. Windows color (decimal): -1194666 or 5686765. OLE color: 5686765.

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

Color convert

RGB 237 197 86 -
CMYK 0 0.17 0.64 0.07
HSL 44.11º 0.81% 0.63% -
HSV(B) 44.11º 0.64% 0.93% -
XYZ 56.57 58.61 17.14 -
YUV 196.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 237 197 86 0 0.17 0.64 0.07 44.11 0.81 0.63
Hex ED C5 56 0 11 40 7 2C 51 3F
Octal 355 305 126 0 21 100 7 54 121 77
Binary 11101101 11000101 1010110 0 10001 1000000 111 101100 1010001 111111

Color Harmonies of #EDC556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC556

Black with #EDC556

Text Example


Text Example

White with #EDC556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC556; }

 p { color: rgb(237,197,86); }

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

background-color css

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

 a { background-color: rgb(237,197,86); }

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

border-color css

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

 span { border-color: rgb(237,197,86); }

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