Html Css Color HEX #EAC258 Cream Can

📋 copy color: '#EAC258'

red 234 ◦ green 194 ◦ blue 88

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

Shades of Cream Can #EAC258

Tints of Cream Can #EAC258

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

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

R = 45.35%
G = 37.6%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAC258 (or 0xEAC258) is known color: Cream Can. HEX triplet: EA, C2 and 58. RGB value is (234,194,88). Sum of RGB (Red+Green+Blue) = 234+194+88=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC258 is #153DA7. Grayscale: #C2C2C2. Windows color (decimal): -1392040 or 5817066. OLE color: 5817066.

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

Color convert

RGB 234 194 88 -
CMYK 0 0.17 0.62 0.08
HSL 43.56º 0.78% 0.63% -
HSV(B) 43.56º 0.62% 0.92% -
XYZ 54.98 56.78 17.29 -
YUV 193.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 234 194 88 0 0.17 0.62 0.08 43.56 0.78 0.63
Hex EA C2 58 0 11 3E 8 2C 4E 3F
Octal 352 302 130 0 21 76 10 54 116 77
Binary 11101010 11000010 1011000 0 10001 111110 1000 101100 1001110 111111

Color Harmonies of #EAC258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC258

Black with #EAC258

Text Example


Text Example

White with #EAC258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC258; }

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

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

background-color css

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

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

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

border-color css

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

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

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