#EABD41

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

Shades of Cream Can #EABD41

Tints of Cream Can #EABD41

Color information

#EABD41 (or 0xEABD41) is unknown color: approx Cream Can. HEX triplet: EA, BD and 41. RGB value is (234,189,65). Sum of RGB (Red+Green+Blue) = 234+189+65=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD41 is #1542BE. Grayscale: #BCBCBC. Windows color (decimal): -1393343 or 4308458. OLE color: 4308458.

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

Color convert

RGB23418965-
CMYK00.190.720.08
HSL44.02º80.09%58.63%-
HSV(B)44.02º72.22%91.76%-
XYZ53.0854.2712.68-
YUV188.3258.41160.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 65 (25.78% from 255) = 13.32%
R=47.95%
G=38.73%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341896500.190.720.0844.0280.0958.63
HexEABD410134882c503b
Octal352275101023110105412073
Binary11101010101111011000001010011100100010001011001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD41; }

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

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

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

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

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

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

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

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