#E3DF35

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

Shades of Starship #E3DF35

Tints of Starship #E3DF35

Color information

#E3DF35 (or 0xE3DF35) is unknown color: approx Starship. HEX triplet: E3, DF and 35. RGB value is (227,223,53). Sum of RGB (Red+Green+Blue) = 227+223+53=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DF35 is #1C20CA. Grayscale: #CDCDCD. Windows color (decimal): -1843403 or 3530723. OLE color: 3530723.

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

Color convert

RGB22722353-
CMYK00.020.770.11
HSL58.62º75.65%54.9%-
HSV(B)58.62º76.65%89.02%-
XYZ58.7169.3613.66-
YUV204.8242.33143.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.13%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 53 (21.09% from 255) = 10.54%
R=45.13%
G=44.33%
B=10.54%

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
Decimal2272235300.020.770.1158.6275.6554.9
HexE3DF35024DB3b4c37
Octal3433376502115137311467
Binary1110001111011111110101010100110110111110111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DF35; }

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

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

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

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

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

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

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

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