#E0E640

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

Shades of Starship #E0E640

Tints of Starship #E0E640

Color information

#E0E640 (or 0xE0E640) is unknown color: approx Starship. HEX triplet: E0, E6 and 40. RGB value is (224,230,64). Sum of RGB (Red+Green+Blue) = 224+230+64=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0E640 is #1F19BF. Grayscale: #D1D1D1. Windows color (decimal): -2038208 or 4253408. OLE color: 4253408.

HSL color Cylindrical-coordinate representation of color #E0E640: hue angle of 62.17º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0E640 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22423064-
CMYK0.0300.720.10
HSL62.17º76.85%57.65%-
HSV(B)62.17º72.17%90.2%-
XYZ59.9672.8115.74-
YUV209.2846.01138.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 230 (90.23% from 255) = 44.40%
BLUE value IS 64 (25.39% from 255) = 12.36%
R=43.24%
G=44.40%
B=12.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal224230640.0300.720.1062.1776.8557.65
HexE0E6403048A3e4d3a
Octal34034610030110127611572
Binary11100000111001101000000110100100010101111101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E640; }

 p { color: rgb(224,230,64); }

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

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

 a { background-color: rgb(224,230,64); }

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

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

 span { border-color: rgb(224,230,64); }

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