#E4DA38

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

Shades of Starship #E4DA38

Tints of Starship #E4DA38

Color information

#E4DA38 (or 0xE4DA38) is unknown color: approx Starship. HEX triplet: E4, DA and 38. RGB value is (228,218,56). Sum of RGB (Red+Green+Blue) = 228+218+56=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DA38 is #1B25C7. Grayscale: #CBCBCB. Windows color (decimal): -1779144 or 3726052. OLE color: 3726052.

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

Color convert

RGB22821856-
CMYK00.040.750.11
HSL56.51º76.11%55.69%-
HSV(B)56.51º75.44%89.41%-
XYZ57.7866.9213.61-
YUV202.5245.31146.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.42%
GREEN value IS 218 (85.55% from 255) = 43.43%
BLUE value IS 56 (22.27% from 255) = 11.16%
R=45.42%
G=43.43%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282185600.040.750.1156.5176.1155.69
HexE4DA38044BB394c38
Octal3443327004113137111470
Binary11100100110110101110000100100101110111110011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DA38; }

 p { color: rgb(228,218,56); }

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

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

 a { background-color: rgb(228,218,56); }

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

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

 span { border-color: rgb(228,218,56); }

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