#EEE445

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

Shades of Starship #EEE445

Tints of Starship #EEE445

Color information

#EEE445 (or 0xEEE445) is unknown color: approx Starship. HEX triplet: EE, E4 and 45. RGB value is (238,228,69). Sum of RGB (Red+Green+Blue) = 238+228+69=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 69 (27.34% from 255 or 12.90% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE445 is #111BBA. Grayscale: #D5D5D5. Windows color (decimal): -1121211 or 4580590. OLE color: 4580590.

HSL color Cylindrical-coordinate representation of color #EEE445: hue angle of 56.45º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEE445 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23822869-
CMYK00.040.710.07
HSL56.45º83.25%60.2%-
HSV(B)56.45º71.01%93.33%-
XYZ64.0874.0916.55-
YUV212.8646.81145.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 228 (89.45% from 255) = 42.62%
BLUE value IS 69 (27.34% from 255) = 12.90%
R=44.49%
G=42.62%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382286900.040.710.0756.4583.2560.2
HexEEE4450447738533c
Octal3563441050410777012374
Binary11101110111001001000101010010001111111110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE445; }

 p { color: rgb(238,228,69); }

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

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

 a { background-color: rgb(238,228,69); }

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

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

 span { border-color: rgb(238,228,69); }

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