Html Css Color HEX #EBE73B Starship

📋 copy color: '#EBE73B'

red 235 ◦ green 231 ◦ blue 59

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

Shades of Starship #EBE73B

Tints of Starship #EBE73B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44%

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

R = 44.76%
G = 44%
B = 11.24%

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

#EBE73B (or 0xEBE73B) is known color: Starship. HEX triplet: EB, E7 and 3B. RGB value is (235,231,59). Sum of RGB (Red+Green+Blue) = 235+231+59=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 59 (23.44% from 255 or 11.24% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE73B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE73B is #1418C4. Grayscale: #D5D5D5. Windows color (decimal): -1317061 or 3925995. OLE color: 3925995.

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

Color convert

RGB 235 231 59 -
CMYK 0 0.02 0.75 0.08
HSL 58.64º 0.81% 0.58% -
HSV(B) 58.64º 0.75% 0.92% -
XYZ 63.63 75.13 15.29 -
YUV 212.59 41.33 143.99 -
System Red Green Blue C M Y K H S L
Decimal 235 231 59 0 0.02 0.75 0.08 58.64 0.81 0.58
Hex EB E7 3B 0 2 4B 8 3B 51 3A
Octal 353 347 73 0 2 113 10 73 121 72
Binary 11101011 11100111 111011 0 10 1001011 1000 111011 1010001 111010

Color Harmonies of #EBE73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE73B

Black with #EBE73B

Text Example


Text Example

White with #EBE73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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