#e3de38

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

Shades of Starship #E3DE38

Tints of Starship #E3DE38

Color information

#E3DE38 (or 0xE3DE38) is unknown color: approx Starship. HEX triplet: E3, DE and 38. RGB value is (227,222,56). Sum of RGB (Red+Green+Blue) = 227+222+56=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 56 (22.27% from 255 or 11.09% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DE38 is #1C21C7. Grayscale: #CDCDCD. Windows color (decimal): -1843656 or 3727075. OLE color: 3727075.

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

Color convert

RGB22722256-
CMYK00.020.750.11
HSL58.25º75.33%55.49%-
HSV(B)58.25º75.33%89.02%-
XYZ58.5168.8613.95-
YUV204.5744.16144-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.95%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 56 (22.27% from 255) = 11.09%
R=44.95%
G=43.96%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272225600.020.750.1158.2575.3355.49
HexE3DE38024BB3a4b37
Octal3433367002113137211367
Binary1110001111011110111000010100101110111110101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3de38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3de38; }

 p { color: rgb(227,222,56); }

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

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

 a { background-color: rgb(227,222,56); }

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

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

 span { border-color: rgb(227,222,56); }

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