Html Css Color HEX #EAC156 Cream Can

📋 copy color: '#EAC156'

red 234 ◦ green 193 ◦ blue 86

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

Shades of Cream Can #EAC156

Tints of Cream Can #EAC156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.62%

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

R = 45.61%
G = 37.62%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAC156 (or 0xEAC156) is known color: Cream Can. HEX triplet: EA, C1 and 56. RGB value is (234,193,86). Sum of RGB (Red+Green+Blue) = 234+193+86=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC156 is #153EA9. Grayscale: #C1C1C1. Windows color (decimal): -1392298 or 5685738. OLE color: 5685738.

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

Color convert

RGB 234 193 86 -
CMYK 0 0.18 0.63 0.08
HSL 43.38º 0.78% 0.63% -
HSV(B) 43.38º 0.63% 0.92% -
XYZ 54.68 56.3 16.79 -
YUV 193.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 234 193 86 0 0.18 0.63 0.08 43.38 0.78 0.63
Hex EA C1 56 0 12 3F 8 2B 4E 3F
Octal 352 301 126 0 22 77 10 53 116 77
Binary 11101010 11000001 1010110 0 10010 111111 1000 101011 1001110 111111

Color Harmonies of #EAC156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC156

Black with #EAC156

Text Example


Text Example

White with #EAC156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC156; }

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

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

background-color css

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

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

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

border-color css

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

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

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