#EEE045

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

Shades of Starship #EEE045

Tints of Starship #EEE045

Color information

#EEE045 (or 0xEEE045) is unknown color: approx Starship. HEX triplet: EE, E0 and 45. RGB value is (238,224,69). Sum of RGB (Red+Green+Blue) = 238+224+69=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE045 is #111FBA. Grayscale: #D3D3D3. Windows color (decimal): -1122235 or 4579566. OLE color: 4579566.

HSL color Cylindrical-coordinate representation of color #EEE045: hue angle of 55.03º 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 #EEE045 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23822469-
CMYK00.060.710.07
HSL55.03º83.25%60.2%-
HSV(B)55.03º71.01%93.33%-
XYZ62.9971.9216.19-
YUV210.5248.14147.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 224 (87.89% from 255) = 42.18%
BLUE value IS 69 (27.34% from 255) = 12.99%
R=44.82%
G=42.18%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382246900.060.710.0755.0383.2560.2
HexEEE0450647737533c
Octal3563401050610776712374
Binary11101110111000001000101011010001111111101111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE045; }

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

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

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

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

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

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

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

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