Html Css Color HEX #EAC05D Cream Can

📋 copy color: '#EAC05D'

red 234 ◦ green 192 ◦ blue 93

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

Shades of Cream Can #EAC05D

Tints of Cream Can #EAC05D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

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

R = 45.09%
G = 36.99%
B = 17.92%

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

#EAC05D (or 0xEAC05D) is known color: Cream Can. HEX triplet: EA, C0 and 5D. RGB value is (234,192,93). Sum of RGB (Red+Green+Blue) = 234+192+93=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC05D is #153FA2. Grayscale: #C1C1C1. Windows color (decimal): -1392547 or 6144234. OLE color: 6144234.

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

Color convert

RGB 234 192 93 -
CMYK 0 0.18 0.60 0.08
HSL 42.13º 0.77% 0.64% -
HSV(B) 42.13º 0.6% 0.92% -
XYZ 54.76 55.98 18.28 -
YUV 193.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 234 192 93 0 0.18 0.60 0.08 42.13 0.77 0.64
Hex EA C0 5D 0 12 3C 8 2A 4D 40
Octal 352 300 135 0 22 74 10 52 115 100
Binary 11101010 11000000 1011101 0 10010 111100 1000 101010 1001101 1000000

Color Harmonies of #EAC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC05D

Black with #EAC05D

Text Example


Text Example

White with #EAC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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