Html Css Color HEX #EBE03B Starship

📋 copy color: '#EBE03B'

red 235 ◦ green 224 ◦ blue 59

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

Shades of Starship #EBE03B

Tints of Starship #EBE03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.39%

R = 45.37%
G = 43.24%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBE03B (or 0xEBE03B) is known color: Starship. HEX triplet: EB, E0 and 3B. RGB value is (235,224,59). Sum of RGB (Red+Green+Blue) = 235+224+59=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 59 (23.44% from 255 or 11.39% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE03B is #141FC4. Grayscale: #D1D1D1. Windows color (decimal): -1318853 or 3924203. OLE color: 3924203.

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

Color convert

RGB 235 224 59 -
CMYK 0 0.05 0.75 0.08
HSL 56.25º 0.81% 0.58% -
HSV(B) 56.25º 0.75% 0.92% -
XYZ 61.71 71.29 14.65 -
YUV 208.48 43.64 146.92 -
System Red Green Blue C M Y K H S L
Decimal 235 224 59 0 0.05 0.75 0.08 56.25 0.81 0.58
Hex EB E0 3B 0 5 4B 8 38 51 3A
Octal 353 340 73 0 5 113 10 70 121 72
Binary 11101011 11100000 111011 0 101 1001011 1000 111000 1010001 111010

Color Harmonies of #EBE03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE03B

Black with #EBE03B

Text Example


Text Example

White with #EBE03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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