Html Css Color HEX #EBE940 Starship

📋 copy color: '#EBE940'

red 235 ◦ green 233 ◦ blue 64

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

Shades of Starship #EBE940

Tints of Starship #EBE940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.03%

R = 44.17%
G = 43.8%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBE940 (or 0xEBE940) is known color: Starship. HEX triplet: EB, E9 and 40. RGB value is (235,233,64). Sum of RGB (Red+Green+Blue) = 235+233+64=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE940 is #1416BF. Grayscale: #D7D7D7. Windows color (decimal): -1316544 or 4254187. OLE color: 4254187.

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

Color convert

RGB 235 233 64 -
CMYK 0 0.01 0.73 0.08
HSL 59.3º 0.81% 0.59% -
HSV(B) 59.3º 0.73% 0.92% -
XYZ 64.33 76.31 16.19 -
YUV 214.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 235 233 64 0 0.01 0.73 0.08 59.3 0.81 0.59
Hex EB E9 40 0 1 49 8 3B 51 3B
Octal 353 351 100 0 1 111 10 73 121 73
Binary 11101011 11101001 1000000 0 1 1001001 1000 111011 1010001 111011

Color Harmonies of #EBE940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE940

Black with #EBE940

Text Example


Text Example

White with #EBE940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE940; }

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

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

background-color css

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

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

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

border-color css

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

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

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