Html Css Color HEX #EAC15F Cream Can

📋 copy color: '#EAC15F'

red 234 ◦ green 193 ◦ blue 95

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

Shades of Cream Can #EAC15F

Tints of Cream Can #EAC15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.2%

R = 44.83%
G = 36.97%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC15F (or 0xEAC15F) is known color: Cream Can. HEX triplet: EA, C1 and 5F. RGB value is (234,193,95). Sum of RGB (Red+Green+Blue) = 234+193+95=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC15F is #153EA0. Grayscale: #C2C2C2. Windows color (decimal): -1392289 or 6275562. OLE color: 6275562.

HSL color Cylindrical-coordinate representation of color #EAC15F: hue angle of 42.3º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAC15F is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 193 95 -
CMYK 0 0.18 0.59 0.08
HSL 42.3º 0.77% 0.65% -
HSV(B) 42.3º 0.59% 0.92% -
XYZ 55.07 56.46 18.82 -
YUV 194.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 234 193 95 0 0.18 0.59 0.08 42.3 0.77 0.65
Hex EA C1 5F 0 12 3B 8 2A 4D 41
Octal 352 301 137 0 22 73 10 52 115 101
Binary 11101010 11000001 1011111 0 10010 111011 1000 101010 1001101 1000001

Color Harmonies of #EAC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC15F

Black with #EAC15F

Text Example


Text Example

White with #EAC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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