Html Css Color HEX #EAC455 Cream Can

📋 copy color: '#EAC455'

red 234 ◦ green 196 ◦ blue 85

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

Shades of Cream Can #EAC455

Tints of Cream Can #EAC455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.06%

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

R = 45.44%
G = 38.06%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAC455 (or 0xEAC455) is known color: Cream Can. HEX triplet: EA, C4 and 55. RGB value is (234,196,85). Sum of RGB (Red+Green+Blue) = 234+196+85=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC455 is #153BAA. Grayscale: #C3C3C3. Windows color (decimal): -1391531 or 5620970. OLE color: 5620970.

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

Color convert

RGB 234 196 85 -
CMYK 0 0.16 0.64 0.08
HSL 44.7º 0.78% 0.63% -
HSV(B) 44.7º 0.64% 0.92% -
XYZ 55.31 57.63 16.8 -
YUV 194.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 234 196 85 0 0.16 0.64 0.08 44.7 0.78 0.63
Hex EA C4 55 0 10 40 8 2D 4E 3F
Octal 352 304 125 0 20 100 10 55 116 77
Binary 11101010 11000100 1010101 0 10000 1000000 1000 101101 1001110 111111

Color Harmonies of #EAC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC455

Black with #EAC455

Text Example


Text Example

White with #EAC455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC455; }

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

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

background-color css

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

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

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

border-color css

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

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

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