#EDE144

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

Shades of Starship #EDE144

Tints of Starship #EDE144

Color information

#EDE144 (or 0xEDE144) is unknown color: approx Starship. HEX triplet: ED, E1 and 44. RGB value is (237,225,68). Sum of RGB (Red+Green+Blue) = 237+225+68=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE144 is #121EBB. Grayscale: #D3D3D3. Windows color (decimal): -1187516 or 4514285. OLE color: 4514285.

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

Color convert

RGB23722568-
CMYK00.050.710.07
HSL55.74º82.44%59.8%-
HSV(B)55.74º71.31%92.94%-
XYZ62.8972.2716.1-
YUV210.6947.48146.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 68 (26.95% from 255) = 12.83%
R=44.72%
G=42.45%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372256800.050.710.0755.7482.4459.8
HexEDE1440547738523c
Octal3553411040510777012274
Binary11101101111000011000100010110001111111110001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE144; }

 p { color: rgb(237,225,68); }

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

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

 a { background-color: rgb(237,225,68); }

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

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

 span { border-color: rgb(237,225,68); }

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