Html Css Color HEX #EAC856 Cream Can

📋 copy color: '#EAC856'

red 234 ◦ green 200 ◦ blue 86

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

Shades of Cream Can #EAC856

Tints of Cream Can #EAC856

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

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

R = 45%
G = 38.46%
B = 16.54%

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

#EAC856 (or 0xEAC856) is known color: Cream Can. HEX triplet: EA, C8 and 56. RGB value is (234,200,86). Sum of RGB (Red+Green+Blue) = 234+200+86=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC856 is #1537A9. Grayscale: #C5C5C5. Windows color (decimal): -1390506 or 5687530. OLE color: 5687530.

HSL color Cylindrical-coordinate representation of color #EAC856: hue angle of 46.22º 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 #EAC856 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 200 86 -
CMYK 0 0.15 0.63 0.08
HSL 46.22º 0.78% 0.63% -
HSV(B) 46.22º 0.63% 0.92% -
XYZ 56.27 59.47 17.32 -
YUV 197.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 234 200 86 0 0.15 0.63 0.08 46.22 0.78 0.63
Hex EA C8 56 0 F 3F 8 2E 4E 3F
Octal 352 310 126 0 17 77 10 56 116 77
Binary 11101010 11001000 1010110 0 1111 111111 1000 101110 1001110 111111

Color Harmonies of #EAC856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC856

Black with #EAC856

Text Example


Text Example

White with #EAC856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC856; }

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

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

background-color css

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

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

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

border-color css

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

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

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