Html Css Color HEX #EAC15D Cream Can

📋 copy color: '#EAC15D'

red 234 ◦ green 193 ◦ blue 93

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

Shades of Cream Can #EAC15D

Tints of Cream Can #EAC15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 45%
G = 37.12%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAC15D (or 0xEAC15D) is known color: Cream Can. HEX triplet: EA, C1 and 5D. RGB value is (234,193,93). Sum of RGB (Red+Green+Blue) = 234+193+93=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC15D is #153EA2. Grayscale: #C2C2C2. Windows color (decimal): -1392291 or 6144490. OLE color: 6144490.

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

Color convert

RGB 234 193 93 -
CMYK 0 0.18 0.60 0.08
HSL 42.55º 0.77% 0.64% -
HSV(B) 42.55º 0.6% 0.92% -
XYZ 54.98 56.42 18.35 -
YUV 193.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 234 193 93 0 0.18 0.60 0.08 42.55 0.77 0.64
Hex EA C1 5D 0 12 3C 8 2B 4D 40
Octal 352 301 135 0 22 74 10 53 115 100
Binary 11101010 11000001 1011101 0 10010 111100 1000 101011 1001101 1000000

Color Harmonies of #EAC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC15D

Black with #EAC15D

Text Example


Text Example

White with #EAC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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