Html Css Color HEX #EDC456 Cream Can

📋 copy color: '#EDC456'

red 237 ◦ green 196 ◦ blue 86

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

Shades of Cream Can #EDC456

Tints of Cream Can #EDC456

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.76%

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

R = 45.66%
G = 37.76%
B = 16.57%

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

#EDC456 (or 0xEDC456) is known color: Cream Can. HEX triplet: ED, C4 and 56. RGB value is (237,196,86). Sum of RGB (Red+Green+Blue) = 237+196+86=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC456 is #123BA9. Grayscale: #C4C4C4. Windows color (decimal): -1194922 or 5686509. OLE color: 5686509.

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

Color convert

RGB 237 196 86 -
CMYK 0 0.17 0.64 0.07
HSL 43.71º 0.81% 0.63% -
HSV(B) 43.71º 0.64% 0.93% -
XYZ 56.34 58.16 17.06 -
YUV 195.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 237 196 86 0 0.17 0.64 0.07 43.71 0.81 0.63
Hex ED C4 56 0 11 40 7 2C 51 3F
Octal 355 304 126 0 21 100 7 54 121 77
Binary 11101101 11000100 1010110 0 10001 1000000 111 101100 1010001 111111

Color Harmonies of #EDC456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC456

Black with #EDC456

Text Example


Text Example

White with #EDC456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC456; }

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

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

background-color css

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

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

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

border-color css

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

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

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