Html Css Color HEX #EBE63B Starship

📋 copy color: '#EBE63B'

red 235 ◦ green 230 ◦ blue 59

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

Shades of Starship #EBE63B

Tints of Starship #EBE63B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.89%

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

R = 44.85%
G = 43.89%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBE63B (or 0xEBE63B) is known color: Starship. HEX triplet: EB, E6 and 3B. RGB value is (235,230,59). Sum of RGB (Red+Green+Blue) = 235+230+59=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE63B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE63B is #1419C4. Grayscale: #D4D4D4. Windows color (decimal): -1317317 or 3925739. OLE color: 3925739.

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

Color convert

RGB 235 230 59 -
CMYK 0 0.02 0.75 0.08
HSL 58.3º 0.81% 0.58% -
HSV(B) 58.3º 0.75% 0.92% -
XYZ 63.35 74.57 15.19 -
YUV 212 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 235 230 59 0 0.02 0.75 0.08 58.3 0.81 0.58
Hex EB E6 3B 0 2 4B 8 3A 51 3A
Octal 353 346 73 0 2 113 10 72 121 72
Binary 11101011 11100110 111011 0 10 1001011 1000 111010 1010001 111010

Color Harmonies of #EBE63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE63B

Black with #EBE63B

Text Example


Text Example

White with #EBE63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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