#EADD3E

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

Shades of Starship #EADD3E

Tints of Starship #EADD3E

Color information

#EADD3E (or 0xEADD3E) is unknown color: approx Starship. HEX triplet: EA, DD and 3E. RGB value is (234,221,62). Sum of RGB (Red+Green+Blue) = 234+221+62=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD3E is #1522C1. Grayscale: #CFCFCF. Windows color (decimal): -1385154 or 4120042. OLE color: 4120042.

HSL color Cylindrical-coordinate representation of color #EADD3E: hue angle of 55.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EADD3E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23422162-
CMYK00.060.740.08
HSL55.47º80.37%58.04%-
HSV(B)55.47º73.5%91.76%-
XYZ60.6669.5514.79-
YUV206.7646.31147.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 62 (24.61% from 255) = 11.99%
R=45.26%
G=42.75%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342216200.060.740.0855.4780.3758.04
HexEADD3E064A837503a
Octal3523357606112106712072
Binary11101010110111011111100110100101010001101111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD3E; }

 p { color: rgb(234,221,62); }

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

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

 a { background-color: rgb(234,221,62); }

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

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

 span { border-color: rgb(234,221,62); }

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