#E3DE35

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

Shades of Starship #E3DE35

Tints of Starship #E3DE35

Color information

#E3DE35 (or 0xE3DE35) is unknown color: approx Starship. HEX triplet: E3, DE and 35. RGB value is (227,222,53). Sum of RGB (Red+Green+Blue) = 227+222+53=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DE35 is #1C21CA. Grayscale: #CCCCCC. Windows color (decimal): -1843659 or 3530467. OLE color: 3530467.

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

Color convert

RGB22722253-
CMYK00.020.770.11
HSL58.28º75.65%54.9%-
HSV(B)58.28º76.65%89.02%-
XYZ58.4468.8313.57-
YUV204.2342.66144.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.22%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 53 (21.09% from 255) = 10.56%
R=45.22%
G=44.22%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272225300.020.770.1158.2875.6554.9
HexE3DE35024DB3a4c37
Octal3433366502115137211467
Binary1110001111011110110101010100110110111110101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DE35; }

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

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

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

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

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

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

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

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