#E8DA3D

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

Shades of Starship #E8DA3D

Tints of Starship #E8DA3D

Color information

#E8DA3D (or 0xE8DA3D) is unknown color: approx Starship. HEX triplet: E8, DA and 3D. RGB value is (232,218,61). Sum of RGB (Red+Green+Blue) = 232+218+61=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA3D is #1725C2. Grayscale: #CCCCCC. Windows color (decimal): -1516995 or 4053736. OLE color: 4053736.

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

Color convert

RGB23221861-
CMYK00.060.740.09
HSL55.09º78.8%57.45%-
HSV(B)55.09º73.71%90.98%-
XYZ59.1967.6414.35-
YUV204.2947.14147.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.40%
GREEN value IS 218 (85.55% from 255) = 42.66%
BLUE value IS 61 (24.22% from 255) = 11.94%
R=45.40%
G=42.66%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322186100.060.740.0955.0978.857.45
HexE8DA3D064A9374f39
Octal3503327506112116711771
Binary11101000110110101111010110100101010011101111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA3D; }

 p { color: rgb(232,218,61); }

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

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

 a { background-color: rgb(232,218,61); }

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

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

 span { border-color: rgb(232,218,61); }

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