Html Css Color HEX #EAC756 Cream Can

📋 copy color: '#EAC756'

red 234 ◦ green 199 ◦ blue 86

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

Shades of Cream Can #EAC756

Tints of Cream Can #EAC756

RGB

 RED value IS 234 (91.8% from 255) = 45.09%

 GREEN value IS 199 (78.13% from 255) = 38.34%

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

R = 45.09%
G = 38.34%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAC756 (or 0xEAC756) is known color: Cream Can. HEX triplet: EA, C7 and 56. RGB value is (234,199,86). Sum of RGB (Red+Green+Blue) = 234+199+86=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC756 is #1538A9. Grayscale: #C5C5C5. Windows color (decimal): -1390762 or 5687274. OLE color: 5687274.

HSL color Cylindrical-coordinate representation of color #EAC756: hue angle of 45.81º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EAC756 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 86 -
CMYK 0 0.15 0.63 0.08
HSL 45.81º 0.78% 0.63% -
HSV(B) 45.81º 0.63% 0.92% -
XYZ 56.03 59.01 17.24 -
YUV 196.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 234 199 86 0 0.15 0.63 0.08 45.81 0.78 0.63
Hex EA C7 56 0 F 3F 8 2E 4E 3F
Octal 352 307 126 0 17 77 10 56 116 77
Binary 11101010 11000111 1010110 0 1111 111111 1000 101110 1001110 111111

Color Harmonies of #EAC756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC756

Black with #EAC756

Text Example


Text Example

White with #EAC756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC756; }

 p { color: rgb(234,199,86); }

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

background-color css

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

 a { background-color: rgb(234,199,86); }

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

border-color css

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

 span { border-color: rgb(234,199,86); }

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