Html Css Color HEX #EAC05F Cream Can

📋 copy color: '#EAC05F'

red 234 ◦ green 192 ◦ blue 95

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

Shades of Cream Can #EAC05F

Tints of Cream Can #EAC05F

RGB

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

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

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

R = 44.91%
G = 36.85%
B = 18.23%

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

#EAC05F (or 0xEAC05F) is known color: Cream Can. HEX triplet: EA, C0 and 5F. RGB value is (234,192,95). Sum of RGB (Red+Green+Blue) = 234+192+95=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC05F is #153FA0. Grayscale: #C1C1C1. Windows color (decimal): -1392545 or 6275306. OLE color: 6275306.

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

Color convert

RGB 234 192 95 -
CMYK 0 0.18 0.59 0.08
HSL 41.87º 0.77% 0.65% -
HSV(B) 41.87º 0.59% 0.92% -
XYZ 54.85 56.02 18.75 -
YUV 193.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 234 192 95 0 0.18 0.59 0.08 41.87 0.77 0.65
Hex EA C0 5F 0 12 3B 8 2A 4D 41
Octal 352 300 137 0 22 73 10 52 115 101
Binary 11101010 11000000 1011111 0 10010 111011 1000 101010 1001101 1000001

Color Harmonies of #EAC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC05F

Black with #EAC05F

Text Example


Text Example

White with #EAC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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