#EBE444

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

Shades of Starship #EBE444

Tints of Starship #EBE444

Color information

#EBE444 (or 0xEBE444) is unknown color: approx Starship. HEX triplet: EB, E4 and 44. RGB value is (235,228,68). Sum of RGB (Red+Green+Blue) = 235+228+68=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE444 is #141BBB. Grayscale: #D4D4D4. Windows color (decimal): -1317820 or 4515051. OLE color: 4515051.

HSL color Cylindrical-coordinate representation of color #EBE444: hue angle of 57.49º degrees, saturation: 0.81, 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 #EBE444 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23522868-
CMYK00.030.710.08
HSL57.49º80.68%59.41%-
HSV(B)57.49º71.06%92.16%-
XYZ63.0573.5716.35-
YUV211.8546.82144.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 68 (26.95% from 255) = 12.81%
R=44.26%
G=42.94%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352286800.030.710.0857.4980.6859.41
HexEBE4440347839513b
Octal35334410403107107112173
Binary11101011111001001000100011100011110001110011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE444; }

 p { color: rgb(235,228,68); }

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

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

 a { background-color: rgb(235,228,68); }

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

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

 span { border-color: rgb(235,228,68); }

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