Html Css Color HEX #EBE040 Starship

📋 copy color: '#EBE040'

red 235 ◦ green 224 ◦ blue 64

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

Shades of Starship #EBE040

Tints of Starship #EBE040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.83%

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

R = 44.93%
G = 42.83%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBE040 (or 0xEBE040) is known color: Starship. HEX triplet: EB, E0 and 40. RGB value is (235,224,64). Sum of RGB (Red+Green+Blue) = 235+224+64=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE040 is #141FBF. Grayscale: #D1D1D1. Windows color (decimal): -1318848 or 4251883. OLE color: 4251883.

HSL color Cylindrical-coordinate representation of color #EBE040: hue angle of 56.14º 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 #EBE040 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 64 -
CMYK 0 0.05 0.73 0.08
HSL 56.14º 0.81% 0.59% -
HSV(B) 56.14º 0.73% 0.92% -
XYZ 61.84 71.34 15.36 -
YUV 209.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 235 224 64 0 0.05 0.73 0.08 56.14 0.81 0.59
Hex EB E0 40 0 5 49 8 38 51 3B
Octal 353 340 100 0 5 111 10 70 121 73
Binary 11101011 11100000 1000000 0 101 1001001 1000 111000 1010001 111011

Color Harmonies of #EBE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE040

Black with #EBE040

Text Example


Text Example

White with #EBE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE040; }

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

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

background-color css

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

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

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

border-color css

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

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

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