Html Css Color HEX #EAC353 Cream Can

📋 copy color: '#EAC353'

red 234 ◦ green 195 ◦ blue 83

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

Shades of Cream Can #EAC353

Tints of Cream Can #EAC353

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

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

R = 45.7%
G = 38.09%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAC353 (or 0xEAC353) is known color: Cream Can. HEX triplet: EA, C3 and 53. RGB value is (234,195,83). Sum of RGB (Red+Green+Blue) = 234+195+83=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC353 is #153CAC. Grayscale: #C2C2C2. Windows color (decimal): -1391789 or 5489642. OLE color: 5489642.

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

Color convert

RGB 234 195 83 -
CMYK 0 0.17 0.65 0.08
HSL 44.5º 0.78% 0.62% -
HSV(B) 44.5º 0.65% 0.92% -
XYZ 55.01 57.15 16.31 -
YUV 193.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 234 195 83 0 0.17 0.65 0.08 44.5 0.78 0.62
Hex EA C3 53 0 11 41 8 2D 4E 3E
Octal 352 303 123 0 21 101 10 55 116 76
Binary 11101010 11000011 1010011 0 10001 1000001 1000 101101 1001110 111110

Color Harmonies of #EAC353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC353

Black with #EAC353

Text Example


Text Example

White with #EAC353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC353; }

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

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

background-color css

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

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

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

border-color css

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

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

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