#E2DF38

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

Shades of Starship #E2DF38

Tints of Starship #E2DF38

Color information

#E2DF38 (or 0xE2DF38) is unknown color: approx Starship. HEX triplet: E2, DF and 38. RGB value is (226,223,56). Sum of RGB (Red+Green+Blue) = 226+223+56=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 56 (22.27% from 255 or 11.09% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF38 is #1D20C7. Grayscale: #CDCDCD. Windows color (decimal): -1908936 or 3727330. OLE color: 3727330.

HSL color Cylindrical-coordinate representation of color #E2DF38: hue angle of 58.94º 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 #E2DF38 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB22622356-
CMYK00.010.750.11
HSL58.94º74.56%55.29%-
HSV(B)58.94º75.22%88.63%-
XYZ58.4769.2314.02-
YUV204.8643.99143.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.75%
GREEN value IS 223 (87.5% from 255) = 44.16%
BLUE value IS 56 (22.27% from 255) = 11.09%
R=44.75%
G=44.16%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262235600.010.750.1158.9474.5655.29
HexE2DF38014BB3b4b37
Octal3423377001113137311367
Binary111000101101111111100001100101110111110111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DF38; }

 p { color: rgb(226,223,56); }

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

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

 a { background-color: rgb(226,223,56); }

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

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

 span { border-color: rgb(226,223,56); }

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