#E5DB38

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

Shades of Starship #E5DB38

Tints of Starship #E5DB38

Color information

#E5DB38 (or 0xE5DB38) is unknown color: approx Starship. HEX triplet: E5, DB and 38. RGB value is (229,219,56). Sum of RGB (Red+Green+Blue) = 229+219+56=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DB38 is #1A24C7. Grayscale: #CCCCCC. Windows color (decimal): -1713352 or 3726309. OLE color: 3726309.

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

Color convert

RGB22921956-
CMYK00.040.760.10
HSL56.53º76.89%55.88%-
HSV(B)56.53º75.55%89.8%-
XYZ58.3667.6113.71-
YUV203.4144.81146.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.44%
GREEN value IS 219 (85.94% from 255) = 43.45%
BLUE value IS 56 (22.27% from 255) = 11.11%
R=45.44%
G=43.45%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292195600.040.760.1056.5376.8955.88
HexE5DB38044CA394d38
Octal3453337004114127111570
Binary11100101110110111110000100100110010101110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DB38; }

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

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

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

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

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

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

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

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