#E5DB46

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

Shades of Starship #E5DB46

Tints of Starship #E5DB46

Color information

#E5DB46 (or 0xE5DB46) is unknown color: approx Starship. HEX triplet: E5, DB and 46. RGB value is (229,219,70). Sum of RGB (Red+Green+Blue) = 229+219+70=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DB46 is #1A24B9. Grayscale: #CDCDCD. Windows color (decimal): -1713338 or 4643813. OLE color: 4643813.

HSL color Cylindrical-coordinate representation of color #E5DB46: hue angle of 56.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5DB46 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB22921970-
CMYK00.040.690.10
HSL56.23º75.36%58.63%-
HSV(B)56.23º69.43%89.8%-
XYZ58.7567.7615.78-
YUV20551.81145.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.21%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 70 (27.73% from 255) = 13.51%
R=44.21%
G=42.28%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292197000.040.690.1056.2375.3658.63
HexE5DB460445A384b3b
Octal34533310604105127011373
Binary111001011101101110001100100100010110101110001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DB46; }

 p { color: rgb(229,219,70); }

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

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

 a { background-color: rgb(229,219,70); }

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

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

 span { border-color: rgb(229,219,70); }

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