#E6DD45

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

Shades of Starship #E6DD45

Tints of Starship #E6DD45

Color information

#E6DD45 (or 0xE6DD45) is unknown color: approx Starship. HEX triplet: E6, DD and 45. RGB value is (230,221,69). Sum of RGB (Red+Green+Blue) = 230+221+69=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD45 is #1922BA. Grayscale: #CECECE. Windows color (decimal): -1647291 or 4578790. OLE color: 4578790.

HSL color Cylindrical-coordinate representation of color #E6DD45: hue angle of 56.65º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6DD45 is Cyan = 0, Magento = 0.04, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB23022169-
CMYK00.040.70.10
HSL56.65º76.3%58.63%-
HSV(B)56.65º70%90.2%-
XYZ59.5668.9715.8-
YUV206.3650.48144.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.23%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 69 (27.34% from 255) = 13.27%
R=44.23%
G=42.5%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302216900.040.70.1056.6576.358.63
HexE6DD450446A394c3b
Octal34633510504106127111473
Binary111001101101110110001010100100011010101110011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DD45; }

 p { color: rgb(230,221,69); }

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

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

 a { background-color: rgb(230,221,69); }

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

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

 span { border-color: rgb(230,221,69); }

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