Html Css Color HEX #EAC15C Cream Can

📋 copy color: '#EAC15C'

red 234 ◦ green 193 ◦ blue 92

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

Shades of Cream Can #EAC15C

Tints of Cream Can #EAC15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.73%

R = 45.09%
G = 37.19%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EAC15C (or 0xEAC15C) is known color: Cream Can. HEX triplet: EA, C1 and 5C. RGB value is (234,193,92). Sum of RGB (Red+Green+Blue) = 234+193+92=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC15C is #153EA3. Grayscale: #C2C2C2. Windows color (decimal): -1392292 or 6078954. OLE color: 6078954.

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

Color convert

RGB 234 193 92 -
CMYK 0 0.18 0.61 0.08
HSL 42.68º 0.77% 0.64% -
HSV(B) 42.68º 0.61% 0.92% -
XYZ 54.93 56.41 18.12 -
YUV 193.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 234 193 92 0 0.18 0.61 0.08 42.68 0.77 0.64
Hex EA C1 5C 0 12 3D 8 2B 4D 40
Octal 352 301 134 0 22 75 10 53 115 100
Binary 11101010 11000001 1011100 0 10010 111101 1000 101011 1001101 1000000

Color Harmonies of #EAC15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC15C

Black with #EAC15C

Text Example


Text Example

White with #EAC15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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