#E0ED35

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

Shades of Starship #E0ED35

Tints of Starship #E0ED35

Color information

#E0ED35 (or 0xE0ED35) is unknown color: approx Starship. HEX triplet: E0, ED and 35. RGB value is (224,237,53). Sum of RGB (Red+Green+Blue) = 224+237+53=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 53 (21.09% from 255 or 10.31% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #E0ED35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0ED35 is #1F12CA. Grayscale: #D4D4D4. Windows color (decimal): -2036427 or 3534304. OLE color: 3534304.

HSL color Cylindrical-coordinate representation of color #E0ED35: hue angle of 64.24º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0ED35 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB22423753-
CMYK0.0500.780.07
HSL64.24º83.64%56.86%-
HSV(B)64.24º77.64%92.94%-
XYZ61.6776.6714.92-
YUV212.1438.19136.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 237 (92.97% from 255) = 46.11%
BLUE value IS 53 (21.09% from 255) = 10.31%
R=43.58%
G=46.11%
B=10.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224237530.0500.780.0764.2483.6456.86
HexE0ED35504E7405439
Octal3403556550116710012471
Binary11100000111011011101011010100111011110000001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ED35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ED35; }

 p { color: rgb(224,237,53); }

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

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

 a { background-color: rgb(224,237,53); }

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

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

 span { border-color: rgb(224,237,53); }

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