Html Css Color HEX #EDC256 Cream Can

📋 copy color: '#EDC256'

red 237 ◦ green 194 ◦ blue 86

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

Shades of Cream Can #EDC256

Tints of Cream Can #EDC256

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 45.84%
G = 37.52%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDC256 (or 0xEDC256) is known color: Cream Can. HEX triplet: ED, C2 and 56. RGB value is (237,194,86). Sum of RGB (Red+Green+Blue) = 237+194+86=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC256 is #123DA9. Grayscale: #C3C3C3. Windows color (decimal): -1195434 or 5685997. OLE color: 5685997.

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

Color convert

RGB 237 194 86 -
CMYK 0 0.18 0.64 0.07
HSL 42.91º 0.81% 0.63% -
HSV(B) 42.91º 0.64% 0.93% -
XYZ 55.9 57.26 16.91 -
YUV 194.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 237 194 86 0 0.18 0.64 0.07 42.91 0.81 0.63
Hex ED C2 56 0 12 40 7 2B 51 3F
Octal 355 302 126 0 22 100 7 53 121 77
Binary 11101101 11000010 1010110 0 10010 1000000 111 101011 1010001 111111

Color Harmonies of #EDC256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC256

Black with #EDC256

Text Example


Text Example

White with #EDC256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC256; }

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

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

background-color css

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

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

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

border-color css

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

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

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