#EBEF39

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

Shades of Starship #EBEF39

Tints of Starship #EBEF39

Color information

#EBEF39 (or 0xEBEF39) is unknown color: approx Starship. HEX triplet: EB, EF and 39. RGB value is (235,239,57). Sum of RGB (Red+Green+Blue) = 235+239+57=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 57 (22.66% from 255 or 10.73% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEF39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEF39 is #1410C6. Grayscale: #D9D9D9. Windows color (decimal): -1315015 or 3796971. OLE color: 3796971.

HSL color Cylindrical-coordinate representation of color #EBEF39: hue angle of 61.32º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBEF39 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB23523957-
CMYK0.0200.760.06
HSL61.32º85.05%58.04%-
HSV(B)61.32º76.15%93.73%-
XYZ65.8779.6915.78-
YUV217.0637.67140.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 239 (93.75% from 255) = 45.01%
BLUE value IS 57 (22.66% from 255) = 10.73%
R=44.26%
G=45.01%
B=10.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal235239570.0200.760.0661.3285.0558.04
HexEBEF39204C63d553a
Octal353357712011467512572
Binary111010111110111111100110010011001101111011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEF39; }

 p { color: rgb(235,239,57); }

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

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

 a { background-color: rgb(235,239,57); }

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

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

 span { border-color: rgb(235,239,57); }

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