#E6DC35

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

Shades of Starship #E6DC35

Tints of Starship #E6DC35

Color information

#E6DC35 (or 0xE6DC35) is unknown color: approx Starship. HEX triplet: E6, DC and 35. RGB value is (230,220,53). Sum of RGB (Red+Green+Blue) = 230+220+53=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DC35 is #1923CA. Grayscale: #CCCCCC. Windows color (decimal): -1647563 or 3529958. OLE color: 3529958.

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

Color convert

RGB23022053-
CMYK00.040.770.10
HSL56.61º77.97%55.49%-
HSV(B)56.61º76.96%90.2%-
XYZ58.8768.2713.44-
YUV203.9542.81146.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.73%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 53 (21.09% from 255) = 10.54%
R=45.73%
G=43.74%
B=10.54%

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
Decimal2302205300.040.770.1056.6177.9755.49
HexE6DC35044DA394e37
Octal3463346504115127111667
Binary11100110110111001101010100100110110101110011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DC35; }

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

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

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

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

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

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

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

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