#EBDE45

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

Shades of Starship #EBDE45

Tints of Starship #EBDE45

Color information

#EBDE45 (or 0xEBDE45) is unknown color: approx Starship. HEX triplet: EB, DE and 45. RGB value is (235,222,69). Sum of RGB (Red+Green+Blue) = 235+222+69=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDE45 is #1421BA. Grayscale: #D1D1D1. Windows color (decimal): -1319355 or 4579051. OLE color: 4579051.

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

Color convert

RGB23522269-
CMYK00.060.710.08
HSL55.3º80.58%59.61%-
HSV(B)55.3º70.64%92.16%-
XYZ61.4670.3315.97-
YUV208.4549.31146.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.68%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 69 (27.34% from 255) = 13.12%
R=44.68%
G=42.21%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352226900.060.710.0855.380.5859.61
HexEBDE450647837513c
Octal35333610506107106712174
Binary111010111101111010001010110100011110001101111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE45; }

 p { color: rgb(235,222,69); }

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

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

 a { background-color: rgb(235,222,69); }

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

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

 span { border-color: rgb(235,222,69); }

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