#DEEA3E

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

Shades of Starship #DEEA3E

Tints of Starship #DEEA3E

Color information

#DEEA3E (or 0xDEEA3E) is unknown color: approx Starship. HEX triplet: DE, EA and 3E. RGB value is (222,234,62). Sum of RGB (Red+Green+Blue) = 222+234+62=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA3E is #2115C1. Grayscale: #D3D3D3. Windows color (decimal): -2168258 or 4123358. OLE color: 4123358.

HSL color Cylindrical-coordinate representation of color #DEEA3E: hue angle of 64.19º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEEA3E is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB22223462-
CMYK0.0500.740.08
HSL64.19º80.37%58.04%-
HSV(B)64.19º73.5%91.76%-
XYZ60.4274.7215.8-
YUV210.844.02135.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 234 (91.80% from 255) = 45.17%
BLUE value IS 62 (24.61% from 255) = 11.97%
R=42.86%
G=45.17%
B=11.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222234620.0500.740.0864.1980.3758.04
HexDEEA3E504A840503a
Octal33635276501121010012072
Binary110111101110101011111010101001010100010000001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEA3E; }

 p { color: rgb(222,234,62); }

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

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

 a { background-color: rgb(222,234,62); }

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

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

 span { border-color: rgb(222,234,62); }

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