#E1DE34

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

Shades of Starship #E1DE34

Tints of Starship #E1DE34

Color information

#E1DE34 (or 0xE1DE34) is unknown color: approx Starship. HEX triplet: E1, DE and 34. RGB value is (225,222,52). Sum of RGB (Red+Green+Blue) = 225+222+52=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DE34 is #1E21CB. Grayscale: #CCCCCC. Windows color (decimal): -1974732 or 3464929. OLE color: 3464929.

HSL color Cylindrical-coordinate representation of color #E1DE34: hue angle of 58.96º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1DE34 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB22522252-
CMYK00.010.770.12
HSL58.96º74.25%54.31%-
HSV(B)58.96º76.89%88.24%-
XYZ57.7968.513.42-
YUV203.5242.49143.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 222 (87.11% from 255) = 44.49%
BLUE value IS 52 (20.70% from 255) = 10.42%
R=45.09%
G=44.49%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252225200.010.770.1258.9674.2554.31
HexE1DE34014DC3b4a36
Octal3413366401115147311266
Binary111000011101111011010001100110111001110111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE34; }

 p { color: rgb(225,222,52); }

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

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

 a { background-color: rgb(225,222,52); }

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

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

 span { border-color: rgb(225,222,52); }

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