Html Css Color HEX #EAC85B Cream Can

📋 copy color: '#EAC85B'

red 234 ◦ green 200 ◦ blue 91

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

Shades of Cream Can #EAC85B

Tints of Cream Can #EAC85B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.1%

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

R = 44.57%
G = 38.1%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EAC85B (or 0xEAC85B) is known color: Cream Can. HEX triplet: EA, C8 and 5B. RGB value is (234,200,91). Sum of RGB (Red+Green+Blue) = 234+200+91=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC85B is #1537A4. Grayscale: #C6C6C6. Windows color (decimal): -1390501 or 6015210. OLE color: 6015210.

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

Color convert

RGB 234 200 91 -
CMYK 0 0.15 0.61 0.08
HSL 45.73º 0.77% 0.64% -
HSV(B) 45.73º 0.61% 0.92% -
XYZ 56.47 59.56 18.42 -
YUV 197.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 234 200 91 0 0.15 0.61 0.08 45.73 0.77 0.64
Hex EA C8 5B 0 F 3D 8 2E 4D 40
Octal 352 310 133 0 17 75 10 56 115 100
Binary 11101010 11001000 1011011 0 1111 111101 1000 101110 1001101 1000000

Color Harmonies of #EAC85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC85B

Black with #EAC85B

Text Example


Text Example

White with #EAC85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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