Html Css Color HEX #EBEC3A Starship

📋 copy color: '#EBEC3A'

red 235 ◦ green 236 ◦ blue 58

#EBEC3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #EBEC3A

Tints of Starship #EBEC3A

RGB

 RED value IS 235 (92.19% from 255) = 44.42%

 GREEN value IS 236 (92.58% from 255) = 44.61%

 BLUE value IS 58 (23.05% from 255) = 10.96%

R = 44.42%
G = 44.61%
B = 10.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EBEC3A (or 0xEBEC3A) is known color: Starship. HEX triplet: EB, EC and 3A. RGB value is (235,236,58). Sum of RGB (Red+Green+Blue) = 235+236+58=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 58 (23.05% from 255 or 10.96% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEC3A is #1413C5. Grayscale: #D8D8D8. Windows color (decimal): -1315782 or 3861739. OLE color: 3861739.

HSL color Cylindrical-coordinate representation of color #EBEC3A: hue angle of 60.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBEC3A is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 236 58 -
CMYK 0.00 0 0.75 0.07
HSL 60.34º 0.82% 0.58% -
HSV(B) 60.34º 0.75% 0.93% -
XYZ 65.02 77.96 15.62 -
YUV 215.41 39.17 141.97 -
System Red Green Blue C M Y K H S L
Decimal 235 236 58 0.00 0 0.75 0.07 60.34 0.82 0.58
Hex EB EC 3A 0 0 4B 7 3C 52 3A
Octal 353 354 72 0 0 113 7 74 122 72
Binary 11101011 11101100 111010 0 0 1001011 111 111100 1010010 111010

Color Harmonies of #EBEC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEC3A

Black with #EBEC3A

Text Example


Text Example

White with #EBEC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEC3A; }

 p { color: rgb(235,236,58); }

 H1.HeaderClassName
 {
   color: #EBEC3A;
 }
 .AnyTagClassName
 {
   color: #EBEC3A;
 }
</style>

background-color css

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

 a { background-color: rgb(235,236,58); }

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

border-color css

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

 span { border-color: rgb(235,236,58); }

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