Html Css Color HEX #EAC452 Cream Can

📋 copy color: '#EAC452'

red 234 ◦ green 196 ◦ blue 82

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

Shades of Cream Can #EAC452

Tints of Cream Can #EAC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.28%

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

R = 45.7%
G = 38.28%
B = 16.02%

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

#EAC452 (or 0xEAC452) is known color: Cream Can. HEX triplet: EA, C4 and 52. RGB value is (234,196,82). Sum of RGB (Red+Green+Blue) = 234+196+82=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC452 is #153BAD. Grayscale: #C2C2C2. Windows color (decimal): -1391534 or 5424362. OLE color: 5424362.

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

Color convert

RGB 234 196 82 -
CMYK 0 0.16 0.65 0.08
HSL 45º 0.78% 0.62% -
HSV(B) 45º 0.65% 0.92% -
XYZ 55.19 57.58 16.19 -
YUV 194.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 234 196 82 0 0.16 0.65 0.08 45 0.78 0.62
Hex EA C4 52 0 10 41 8 2D 4E 3E
Octal 352 304 122 0 20 101 10 55 116 76
Binary 11101010 11000100 1010010 0 10000 1000001 1000 101101 1001110 111110

Color Harmonies of #EAC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC452

Black with #EAC452

Text Example


Text Example

White with #EAC452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC452; }

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

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

background-color css

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

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

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

border-color css

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

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

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