#E5DA3D

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

Shades of Starship #E5DA3D

Tints of Starship #E5DA3D

Color information

#E5DA3D (or 0xE5DA3D) is unknown color: approx Starship. HEX triplet: E5, DA and 3D. RGB value is (229,218,61). Sum of RGB (Red+Green+Blue) = 229+218+61=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA3D is #1A25C2. Grayscale: #CCCCCC. Windows color (decimal): -1713603 or 4053733. OLE color: 4053733.

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

Color convert

RGB22921861-
CMYK00.050.730.10
HSL56.07º76.36%56.86%-
HSV(B)56.07º73.36%89.8%-
XYZ58.2367.1414.3-
YUV203.3947.64146.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 218 (85.55% from 255) = 42.91%
BLUE value IS 61 (24.22% from 255) = 12.01%
R=45.08%
G=42.91%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292186100.050.730.1056.0776.3656.86
HexE5DA3D0549A384c39
Octal3453327505111127011471
Binary11100101110110101111010101100100110101110001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DA3D; }

 p { color: rgb(229,218,61); }

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

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

 a { background-color: rgb(229,218,61); }

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

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

 span { border-color: rgb(229,218,61); }

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