Html Css Color HEX #EAC155 Cream Can

📋 copy color: '#EAC155'

red 234 ◦ green 193 ◦ blue 85

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

Shades of Cream Can #EAC155

Tints of Cream Can #EAC155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.6%

R = 45.7%
G = 37.7%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAC155 (or 0xEAC155) is known color: Cream Can. HEX triplet: EA, C1 and 55. RGB value is (234,193,85). Sum of RGB (Red+Green+Blue) = 234+193+85=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC155 is #153EAA. Grayscale: #C1C1C1. Windows color (decimal): -1392299 or 5620202. OLE color: 5620202.

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

Color convert

RGB 234 193 85 -
CMYK 0 0.18 0.64 0.08
HSL 43.49º 0.78% 0.63% -
HSV(B) 43.49º 0.64% 0.92% -
XYZ 54.64 56.29 16.58 -
YUV 192.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 234 193 85 0 0.18 0.64 0.08 43.49 0.78 0.63
Hex EA C1 55 0 12 40 8 2B 4E 3F
Octal 352 301 125 0 22 100 10 53 116 77
Binary 11101010 11000001 1010101 0 10010 1000000 1000 101011 1001110 111111

Color Harmonies of #EAC155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC155

Black with #EAC155

Text Example


Text Example

White with #EAC155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC155; }

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

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

background-color css

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

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

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

border-color css

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

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

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