#EABF43

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

Shades of Cream Can #EABF43

Tints of Cream Can #EABF43

Color information

#EABF43 (or 0xEABF43) is unknown color: approx Cream Can. HEX triplet: EA, BF and 43. RGB value is (234,191,67). Sum of RGB (Red+Green+Blue) = 234+191+67=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 67 (26.56% from 255 or 13.62% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF43 is #1540BC. Grayscale: #BEBEBE. Windows color (decimal): -1392829 or 4440042. OLE color: 4440042.

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

Color convert

RGB23419167-
CMYK00.180.710.08
HSL44.55º79.9%59.02%-
HSV(B)44.55º71.37%91.76%-
XYZ53.5855.1613.13-
YUV189.7258.75159.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 67 (26.56% from 255) = 13.62%
R=47.56%
G=38.82%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341916700.180.710.0844.5579.959.02
HexEABF430124782d503b
Octal352277103022107105512073
Binary11101010101111111000011010010100011110001011011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF43; }

 p { color: rgb(234,191,67); }

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

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

 a { background-color: rgb(234,191,67); }

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

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

 span { border-color: rgb(234,191,67); }

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