Html Css Color HEX #EAC355 Cream Can

📋 copy color: '#EAC355'

red 234 ◦ green 195 ◦ blue 85

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

Shades of Cream Can #EAC355

Tints of Cream Can #EAC355

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.94%

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

R = 45.53%
G = 37.94%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAC355 (or 0xEAC355) is known color: Cream Can. HEX triplet: EA, C3 and 55. RGB value is (234,195,85). Sum of RGB (Red+Green+Blue) = 234+195+85=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC355 is #153CAA. Grayscale: #C2C2C2. Windows color (decimal): -1391787 or 5620714. OLE color: 5620714.

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

Color convert

RGB 234 195 85 -
CMYK 0 0.17 0.64 0.08
HSL 44.3º 0.78% 0.63% -
HSV(B) 44.3º 0.64% 0.92% -
XYZ 55.09 57.18 16.73 -
YUV 194.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 234 195 85 0 0.17 0.64 0.08 44.3 0.78 0.63
Hex EA C3 55 0 11 40 8 2C 4E 3F
Octal 352 303 125 0 21 100 10 54 116 77
Binary 11101010 11000011 1010101 0 10001 1000000 1000 101100 1001110 111111

Color Harmonies of #EAC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC355

Black with #EAC355

Text Example


Text Example

White with #EAC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC355; }

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

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

background-color css

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

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

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

border-color css

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

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

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