Html Css Color HEX #EAC053 Cream Can

📋 copy color: '#EAC053'

red 234 ◦ green 192 ◦ blue 83

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

Shades of Cream Can #EAC053

Tints of Cream Can #EAC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.72%

 BLUE value IS 83 (32.81% from 255) = 16.31%

R = 45.97%
G = 37.72%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAC053 (or 0xEAC053) is known color: Cream Can. HEX triplet: EA, C0 and 53. RGB value is (234,192,83). Sum of RGB (Red+Green+Blue) = 234+192+83=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC053 is #153FAC. Grayscale: #C0C0C0. Windows color (decimal): -1392557 or 5488874. OLE color: 5488874.

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

Color convert

RGB 234 192 83 -
CMYK 0 0.18 0.65 0.08
HSL 43.31º 0.78% 0.62% -
HSV(B) 43.31º 0.65% 0.92% -
XYZ 54.34 55.82 16.09 -
YUV 192.13 66.41 157.86 -
System Red Green Blue C M Y K H S L
Decimal 234 192 83 0 0.18 0.65 0.08 43.31 0.78 0.62
Hex EA C0 53 0 12 41 8 2B 4E 3E
Octal 352 300 123 0 22 101 10 53 116 76
Binary 11101010 11000000 1010011 0 10010 1000001 1000 101011 1001110 111110

Color Harmonies of #EAC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC053

Black with #EAC053

Text Example


Text Example

White with #EAC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC053; }

 p { color: rgb(234,192,83); }

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

background-color css

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

 a { background-color: rgb(234,192,83); }

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

border-color css

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

 span { border-color: rgb(234,192,83); }

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