Html Css Color HEX #EAC352 Cream Can

📋 copy color: '#EAC352'

red 234 ◦ green 195 ◦ blue 82

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

Shades of Cream Can #EAC352

Tints of Cream Can #EAC352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.05%

R = 45.79%
G = 38.16%
B = 16.05%

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

#EAC352 (or 0xEAC352) is known color: Cream Can. HEX triplet: EA, C3 and 52. RGB value is (234,195,82). Sum of RGB (Red+Green+Blue) = 234+195+82=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC352 is #153CAD. Grayscale: #C2C2C2. Windows color (decimal): -1391790 or 5424106. OLE color: 5424106.

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

Color convert

RGB 234 195 82 -
CMYK 0 0.17 0.65 0.08
HSL 44.61º 0.78% 0.62% -
HSV(B) 44.61º 0.65% 0.92% -
XYZ 54.97 57.13 16.11 -
YUV 193.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 234 195 82 0 0.17 0.65 0.08 44.61 0.78 0.62
Hex EA C3 52 0 11 41 8 2D 4E 3E
Octal 352 303 122 0 21 101 10 55 116 76
Binary 11101010 11000011 1010010 0 10001 1000001 1000 101101 1001110 111110

Color Harmonies of #EAC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC352

Black with #EAC352

Text Example


Text Example

White with #EAC352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC352; }

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

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

background-color css

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

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

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

border-color css

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

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

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