Html Css Color HEX #EAC15B Cream Can

📋 copy color: '#EAC15B'

red 234 ◦ green 193 ◦ blue 91

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

Shades of Cream Can #EAC15B

Tints of Cream Can #EAC15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.57%

R = 45.17%
G = 37.26%
B = 17.57%

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

#EAC15B (or 0xEAC15B) is known color: Cream Can. HEX triplet: EA, C1 and 5B. RGB value is (234,193,91). Sum of RGB (Red+Green+Blue) = 234+193+91=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC15B is #153EA4. Grayscale: #C2C2C2. Windows color (decimal): -1392293 or 6013418. OLE color: 6013418.

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

Color convert

RGB 234 193 91 -
CMYK 0 0.18 0.61 0.08
HSL 42.8º 0.77% 0.64% -
HSV(B) 42.8º 0.61% 0.92% -
XYZ 54.89 56.39 17.89 -
YUV 193.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 234 193 91 0 0.18 0.61 0.08 42.8 0.77 0.64
Hex EA C1 5B 0 12 3D 8 2B 4D 40
Octal 352 301 133 0 22 75 10 53 115 100
Binary 11101010 11000001 1011011 0 10010 111101 1000 101011 1001101 1000000

Color Harmonies of #EAC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC15B

Black with #EAC15B

Text Example


Text Example

White with #EAC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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