Html Css Color HEX #EBE43A Starship

📋 copy color: '#EBE43A'

red 235 ◦ green 228 ◦ blue 58

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

Shades of Starship #EBE43A

Tints of Starship #EBE43A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.76%

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

R = 45.11%
G = 43.76%
B = 11.13%

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

#EBE43A (or 0xEBE43A) is known color: Starship. HEX triplet: EB, E4 and 3A. RGB value is (235,228,58). Sum of RGB (Red+Green+Blue) = 235+228+58=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE43A is #141BC5. Grayscale: #D3D3D3. Windows color (decimal): -1317830 or 3859691. OLE color: 3859691.

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

Color convert

RGB 235 228 58 -
CMYK 0 0.03 0.75 0.08
HSL 57.63º 0.82% 0.57% -
HSV(B) 57.63º 0.75% 0.92% -
XYZ 62.77 73.45 14.87 -
YUV 210.71 41.82 145.32 -
System Red Green Blue C M Y K H S L
Decimal 235 228 58 0 0.03 0.75 0.08 57.63 0.82 0.57
Hex EB E4 3A 0 3 4B 8 3A 52 39
Octal 353 344 72 0 3 113 10 72 122 71
Binary 11101011 11100100 111010 0 11 1001011 1000 111010 1010010 111001

Color Harmonies of #EBE43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE43A

Black with #EBE43A

Text Example


Text Example

White with #EBE43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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