#e5dd35

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

Shades of Starship #E5DD35

Tints of Starship #E5DD35

Color information

#E5DD35 (or 0xE5DD35) is unknown color: approx Starship. HEX triplet: E5, DD and 35. RGB value is (229,221,53). Sum of RGB (Red+Green+Blue) = 229+221+53=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD35 is #1A22CA. Grayscale: #CCCCCC. Windows color (decimal): -1712843 or 3530213. OLE color: 3530213.

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

Color convert

RGB22922153-
CMYK00.030.770.10
HSL57.27º77.19%55.29%-
HSV(B)57.27º76.86%89.8%-
XYZ58.8168.6313.51-
YUV204.2442.65145.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.53%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 53 (21.09% from 255) = 10.54%
R=45.53%
G=43.94%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292215300.030.770.1057.2777.1955.29
HexE5DD35034DA394d37
Octal3453356503115127111567
Binary1110010111011101110101011100110110101110011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5dd35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5dd35; }

 p { color: rgb(229,221,53); }

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

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

 a { background-color: rgb(229,221,53); }

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

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

 span { border-color: rgb(229,221,53); }

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