#e8dc3f

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

Shades of Starship #E8DC3F

Tints of Starship #E8DC3F

Color information

#E8DC3F (or 0xE8DC3F) is unknown color: approx Starship. HEX triplet: E8, DC and 3F. RGB value is (232,220,63). Sum of RGB (Red+Green+Blue) = 232+220+63=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DC3F is #1723C0. Grayscale: #CECECE. Windows color (decimal): -1516481 or 4185320. OLE color: 4185320.

HSL color Cylindrical-coordinate representation of color #E8DC3F: hue angle of 55.74º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8DC3F is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB23222063-
CMYK00.050.730.09
HSL55.74º78.6%57.84%-
HSV(B)55.74º72.84%90.98%-
XYZ59.7768.714.81-
YUV205.6947.48146.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.05%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 63 (25% from 255) = 12.23%
R=45.05%
G=42.72%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322206300.050.730.0955.7478.657.84
HexE8DC3F05499384f3a
Octal3503347705111117011772
Binary11101000110111001111110101100100110011110001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8dc3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8dc3f; }

 p { color: rgb(232,220,63); }

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

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

 a { background-color: rgb(232,220,63); }

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

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

 span { border-color: rgb(232,220,63); }

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