Html Css Color HEX #EAC552 Cream Can

📋 copy color: '#EAC552'

red 234 ◦ green 197 ◦ blue 82

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

Shades of Cream Can #EAC552

Tints of Cream Can #EAC552

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.4%

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

R = 45.61%
G = 38.4%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAC552 (or 0xEAC552) is known color: Cream Can. HEX triplet: EA, C5 and 52. RGB value is (234,197,82). Sum of RGB (Red+Green+Blue) = 234+197+82=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC552 is #153AAD. Grayscale: #C3C3C3. Windows color (decimal): -1391278 or 5424618. OLE color: 5424618.

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

Color convert

RGB 234 197 82 -
CMYK 0 0.16 0.65 0.08
HSL 45.39º 0.78% 0.62% -
HSV(B) 45.39º 0.65% 0.92% -
XYZ 55.42 58.03 16.26 -
YUV 194.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 234 197 82 0 0.16 0.65 0.08 45.39 0.78 0.62
Hex EA C5 52 0 10 41 8 2D 4E 3E
Octal 352 305 122 0 20 101 10 55 116 76
Binary 11101010 11000101 1010010 0 10000 1000001 1000 101101 1001110 111110

Color Harmonies of #EAC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC552

Black with #EAC552

Text Example


Text Example

White with #EAC552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC552; }

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

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

background-color css

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

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

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

border-color css

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

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

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