Html Css Color HEX #EAC146 Cream Can

📋 copy color: '#EAC146'

red 234 ◦ green 193 ◦ blue 70

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

Shades of Cream Can #EAC146

Tints of Cream Can #EAC146

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.83%

 BLUE value IS 70 (27.73% from 255) = 14.08%

R = 47.08%
G = 38.83%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAC146 (or 0xEAC146) is known color: Cream Can. HEX triplet: EA, C1 and 46. RGB value is (234,193,70). Sum of RGB (Red+Green+Blue) = 234+193+70=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC146 is #153EB9. Grayscale: #BFBFBF. Windows color (decimal): -1392314 or 4637162. OLE color: 4637162.

HSL color Cylindrical-coordinate representation of color #EAC146: hue angle of 45º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAC146 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 193 70 -
CMYK 0 0.18 0.70 0.08
HSL 45º 0.8% 0.6% -
HSV(B) 45º 0.7% 0.92% -
XYZ 54.11 56.07 13.77 -
YUV 191.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 234 193 70 0 0.18 0.70 0.08 45 0.8 0.6
Hex EA C1 46 0 12 46 8 2D 50 3C
Octal 352 301 106 0 22 106 10 55 120 74
Binary 11101010 11000001 1000110 0 10010 1000110 1000 101101 1010000 111100

Color Harmonies of #EAC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC146

Black with #EAC146

Text Example


Text Example

White with #EAC146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC146; }

 p { color: rgb(234,193,70); }

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

background-color css

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

 a { background-color: rgb(234,193,70); }

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

border-color css

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

 span { border-color: rgb(234,193,70); }

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