Html Css Color HEX #EAC457 Cream Can

📋 copy color: '#EAC457'

red 234 ◦ green 196 ◦ blue 87

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

Shades of Cream Can #EAC457

Tints of Cream Can #EAC457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.83%

R = 45.26%
G = 37.91%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAC457 (or 0xEAC457) is known color: Cream Can. HEX triplet: EA, C4 and 57. RGB value is (234,196,87). Sum of RGB (Red+Green+Blue) = 234+196+87=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC457 is #153BA8. Grayscale: #C3C3C3. Windows color (decimal): -1391529 or 5752042. OLE color: 5752042.

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

Color convert

RGB 234 196 87 -
CMYK 0 0.16 0.63 0.08
HSL 44.49º 0.78% 0.63% -
HSV(B) 44.49º 0.63% 0.92% -
XYZ 55.39 57.66 17.23 -
YUV 194.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 234 196 87 0 0.16 0.63 0.08 44.49 0.78 0.63
Hex EA C4 57 0 10 3F 8 2C 4E 3F
Octal 352 304 127 0 20 77 10 54 116 77
Binary 11101010 11000100 1010111 0 10000 111111 1000 101100 1001110 111111

Color Harmonies of #EAC457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC457

Black with #EAC457

Text Example


Text Example

White with #EAC457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC457; }

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

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

background-color css

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

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

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

border-color css

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

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

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