#E6D235

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

Shades of Starship #E6D235

Tints of Starship #E6D235

Color information

#E6D235 (or 0xE6D235) is unknown color: approx Starship. HEX triplet: E6, D2 and 35. RGB value is (230,210,53). Sum of RGB (Red+Green+Blue) = 230+210+53=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D235 is #192DCA. Grayscale: #C6C6C6. Windows color (decimal): -1650123 or 3527398. OLE color: 3527398.

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

Color convert

RGB23021053-
CMYK00.090.770.10
HSL53.22º77.97%55.49%-
HSV(B)53.22º76.96%90.2%-
XYZ56.3263.1712.59-
YUV198.0846.13150.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.65%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 53 (21.09% from 255) = 10.75%
R=46.65%
G=42.60%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302105300.090.770.1053.2277.9755.49
HexE6D235094DA354e37
Octal34632265011115126511667
Binary111001101101001011010101001100110110101101011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D235; }

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

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

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

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

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

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

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

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