Html Css Color HEX #EBE53A Starship

📋 copy color: '#EBE53A'

red 235 ◦ green 229 ◦ blue 58

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

Shades of Starship #EBE53A

Tints of Starship #EBE53A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.87%

 BLUE value IS 58 (23.05% from 255) = 11.11%

R = 45.02%
G = 43.87%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBE53A (or 0xEBE53A) is known color: Starship. HEX triplet: EB, E5 and 3A. RGB value is (235,229,58). Sum of RGB (Red+Green+Blue) = 235+229+58=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE53A is #141AC5. Grayscale: #D3D3D3. Windows color (decimal): -1317574 or 3859947. OLE color: 3859947.

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

Color convert

RGB 235 229 58 -
CMYK 0 0.03 0.75 0.08
HSL 57.97º 0.82% 0.57% -
HSV(B) 57.97º 0.75% 0.92% -
XYZ 63.04 74.01 14.96 -
YUV 211.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 235 229 58 0 0.03 0.75 0.08 57.97 0.82 0.57
Hex EB E5 3A 0 3 4B 8 3A 52 39
Octal 353 345 72 0 3 113 10 72 122 71
Binary 11101011 11100101 111010 0 11 1001011 1000 111010 1010010 111001

Color Harmonies of #EBE53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE53A

Black with #EBE53A

Text Example


Text Example

White with #EBE53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE53A; }

 p { color: rgb(235,229,58); }

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

background-color css

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

 a { background-color: rgb(235,229,58); }

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

border-color css

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

 span { border-color: rgb(235,229,58); }

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