#EABC41

Color #EABC41 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #EABC41

Tints of Cream Can #EABC41

Color information

#EABC41 (or 0xEABC41) is unknown color: approx Cream Can. HEX triplet: EA, BC and 41. RGB value is (234,188,65). Sum of RGB (Red+Green+Blue) = 234+188+65=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC41 is #1543BE. Grayscale: #BCBCBC. Windows color (decimal): -1393599 or 4308202. OLE color: 4308202.

HSL color Cylindrical-coordinate representation of color #EABC41: hue angle of 43.67º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EABC41 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB23418865-
CMYK00.200.720.08
HSL43.67º80.09%58.63%-
HSV(B)43.67º72.22%91.76%-
XYZ52.8753.8412.61-
YUV187.7358.74161-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 65 (25.78% from 255) = 13.35%
R=48.05%
G=38.60%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341886500.200.720.0843.6780.0958.63
HexEABC410144882c503b
Octal352274101024110105412073
Binary11101010101111001000001010100100100010001011001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC41; }

 p { color: rgb(234,188,65); }

 H1.HeaderClassName
 {
   color: #EABC41;
 }
 .AnyTagClassName
 {
   color: #EABC41;
 }
</style>
background-color css

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

 a { background-color: rgb(234,188,65); }

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

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

 span { border-color: rgb(234,188,65); }

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