#E6DD35

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

Shades of Starship #E6DD35

Tints of Starship #E6DD35

Color information

#E6DD35 (or 0xE6DD35) is unknown color: approx Starship. HEX triplet: E6, DD and 35. RGB value is (230,221,53). Sum of RGB (Red+Green+Blue) = 230+221+53=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD35 is #1922CA. Grayscale: #CDCDCD. Windows color (decimal): -1647307 or 3530214. OLE color: 3530214.

HSL color Cylindrical-coordinate representation of color #E6DD35: hue angle of 56.95º degrees, saturation: 0.78, 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 #E6DD35 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB23022153-
CMYK00.040.770.10
HSL56.95º77.97%55.49%-
HSV(B)56.95º76.96%90.2%-
XYZ59.1368.7913.53-
YUV204.5442.48146.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.63%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 53 (21.09% from 255) = 10.52%
R=45.63%
G=43.85%
B=10.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302215300.040.770.1056.9577.9755.49
HexE6DD35044DA394e37
Octal3463356504115127111667
Binary11100110110111011101010100100110110101110011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DD35; }

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

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

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

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

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

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

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

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