Html Css Color HEX #EAC758 Cream Can

📋 copy color: '#EAC758'

red 234 ◦ green 199 ◦ blue 88

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

Shades of Cream Can #EAC758

Tints of Cream Can #EAC758

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.2%

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

R = 44.91%
G = 38.2%
B = 16.89%

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

#EAC758 (or 0xEAC758) is known color: Cream Can. HEX triplet: EA, C7 and 58. RGB value is (234,199,88). Sum of RGB (Red+Green+Blue) = 234+199+88=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC758 is #1538A7. Grayscale: #C5C5C5. Windows color (decimal): -1390760 or 5818346. OLE color: 5818346.

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

Color convert

RGB 234 199 88 -
CMYK 0 0.15 0.62 0.08
HSL 45.62º 0.78% 0.63% -
HSV(B) 45.62º 0.62% 0.92% -
XYZ 56.12 59.04 17.67 -
YUV 196.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 234 199 88 0 0.15 0.62 0.08 45.62 0.78 0.63
Hex EA C7 58 0 F 3E 8 2E 4E 3F
Octal 352 307 130 0 17 76 10 56 116 77
Binary 11101010 11000111 1011000 0 1111 111110 1000 101110 1001110 111111

Color Harmonies of #EAC758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC758

Black with #EAC758

Text Example


Text Example

White with #EAC758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC758; }

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

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

background-color css

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

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

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

border-color css

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

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

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