Html Css Color HEX #EAC858 Cream Can

📋 copy color: '#EAC858'

red 234 ◦ green 200 ◦ blue 88

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

Shades of Cream Can #EAC858

Tints of Cream Can #EAC858

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.31%

 BLUE value IS 88 (34.77% from 255) = 16.86%

R = 44.83%
G = 38.31%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAC858 (or 0xEAC858) is known color: Cream Can. HEX triplet: EA, C8 and 58. RGB value is (234,200,88). Sum of RGB (Red+Green+Blue) = 234+200+88=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC858 is #1537A7. Grayscale: #C5C5C5. Windows color (decimal): -1390504 or 5818602. OLE color: 5818602.

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

Color convert

RGB 234 200 88 -
CMYK 0 0.15 0.62 0.08
HSL 46.03º 0.78% 0.63% -
HSV(B) 46.03º 0.62% 0.92% -
XYZ 56.35 59.51 17.75 -
YUV 197.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 234 200 88 0 0.15 0.62 0.08 46.03 0.78 0.63
Hex EA C8 58 0 F 3E 8 2E 4E 3F
Octal 352 310 130 0 17 76 10 56 116 77
Binary 11101010 11001000 1011000 0 1111 111110 1000 101110 1001110 111111

Color Harmonies of #EAC858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC858

Black with #EAC858

Text Example


Text Example

White with #EAC858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC858; }

 p { color: rgb(234,200,88); }

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

background-color css

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

 a { background-color: rgb(234,200,88); }

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

border-color css

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

 span { border-color: rgb(234,200,88); }

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