#E9DB3F

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

Shades of Starship #E9DB3F

Tints of Starship #E9DB3F

Color information

#E9DB3F (or 0xE9DB3F) is unknown color: approx Starship. HEX triplet: E9, DB and 3F. RGB value is (233,219,63). Sum of RGB (Red+Green+Blue) = 233+219+63=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DB3F is #1624C0. Grayscale: #CECECE. Windows color (decimal): -1451201 or 4185065. OLE color: 4185065.

HSL color Cylindrical-coordinate representation of color #E9DB3F: hue angle of 55.06º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9DB3F is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB23321963-
CMYK00.060.730.09
HSL55.06º79.44%58.04%-
HSV(B)55.06º72.96%91.37%-
XYZ59.8368.3514.74-
YUV205.447.64147.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 219 (85.94% from 255) = 42.52%
BLUE value IS 63 (25% from 255) = 12.23%
R=45.24%
G=42.52%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332196300.060.730.0955.0679.4458.04
HexE9DB3F06499374f3a
Octal3513337706111116711772
Binary11101001110110111111110110100100110011101111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DB3F; }

 p { color: rgb(233,219,63); }

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

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

 a { background-color: rgb(233,219,63); }

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

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

 span { border-color: rgb(233,219,63); }

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