Html Css Color HEX #EAC957 Cream Can

📋 copy color: '#EAC957'

red 234 ◦ green 201 ◦ blue 87

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

Shades of Cream Can #EAC957

Tints of Cream Can #EAC957

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

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

R = 44.83%
G = 38.51%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAC957 (or 0xEAC957) is known color: Cream Can. HEX triplet: EA, C9 and 57. RGB value is (234,201,87). Sum of RGB (Red+Green+Blue) = 234+201+87=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC957 is #1536A8. Grayscale: #C6C6C6. Windows color (decimal): -1390249 or 5753322. OLE color: 5753322.

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

Color convert

RGB 234 201 87 -
CMYK 0 0.14 0.63 0.08
HSL 46.53º 0.78% 0.63% -
HSV(B) 46.53º 0.63% 0.92% -
XYZ 56.54 59.95 17.61 -
YUV 197.87 65.43 153.77 -
System Red Green Blue C M Y K H S L
Decimal 234 201 87 0 0.14 0.63 0.08 46.53 0.78 0.63
Hex EA C9 57 0 E 3F 8 2F 4E 3F
Octal 352 311 127 0 16 77 10 57 116 77
Binary 11101010 11001001 1010111 0 1110 111111 1000 101111 1001110 111111

Color Harmonies of #EAC957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC957

Black with #EAC957

Text Example


Text Example

White with #EAC957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC957; }

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

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

background-color css

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

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

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

border-color css

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

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

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