#EADE44

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

Shades of Starship #EADE44

Tints of Starship #EADE44

Color information

#EADE44 (or 0xEADE44) is unknown color: approx Starship. HEX triplet: EA, DE and 44. RGB value is (234,222,68). Sum of RGB (Red+Green+Blue) = 234+222+68=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE44 is #1521BB. Grayscale: #D0D0D0. Windows color (decimal): -1384892 or 4513514. OLE color: 4513514.

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

Color convert

RGB23422268-
CMYK00.050.710.08
HSL55.66º79.81%59.22%-
HSV(B)55.66º70.94%91.76%-
XYZ61.170.1515.79-
YUV208.0348.98146.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 68 (26.95% from 255) = 12.98%
R=44.66%
G=42.37%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342226800.050.710.0855.6679.8159.22
HexEADE440547838503b
Octal35233610405107107012073
Binary111010101101111010001000101100011110001110001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE44; }

 p { color: rgb(234,222,68); }

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

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

 a { background-color: rgb(234,222,68); }

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

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

 span { border-color: rgb(234,222,68); }

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