Html Css Color HEX #EBE946 Starship

📋 copy color: '#EBE946'

red 235 ◦ green 233 ◦ blue 70

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

Shades of Starship #EBE946

Tints of Starship #EBE946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.31%

 BLUE value IS 70 (27.73% from 255) = 13.01%

R = 43.68%
G = 43.31%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBE946 (or 0xEBE946) is known color: Starship. HEX triplet: EB, E9 and 46. RGB value is (235,233,70). Sum of RGB (Red+Green+Blue) = 235+233+70=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 70 (27.73% from 255 or 13.01% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE946 is #1416B9. Grayscale: #D7D7D7. Windows color (decimal): -1316538 or 4647403. OLE color: 4647403.

HSL color Cylindrical-coordinate representation of color #EBE946: hue angle of 59.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBE946 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 233 70 -
CMYK 0 0.01 0.70 0.08
HSL 59.27º 0.8% 0.6% -
HSV(B) 59.27º 0.7% 0.92% -
XYZ 64.51 76.38 17.14 -
YUV 215.02 46.16 142.25 -
System Red Green Blue C M Y K H S L
Decimal 235 233 70 0 0.01 0.70 0.08 59.27 0.8 0.6
Hex EB E9 46 0 1 46 8 3B 50 3C
Octal 353 351 106 0 1 106 10 73 120 74
Binary 11101011 11101001 1000110 0 1 1000110 1000 111011 1010000 111100

Color Harmonies of #EBE946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE946

Black with #EBE946

Text Example


Text Example

White with #EBE946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE946; }

 p { color: rgb(235,233,70); }

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

background-color css

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

 a { background-color: rgb(235,233,70); }

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

border-color css

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

 span { border-color: rgb(235,233,70); }

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