Html Css Color HEX #EBE33A Starship

📋 copy color: '#EBE33A'

red 235 ◦ green 227 ◦ blue 58

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

Shades of Starship #EBE33A

Tints of Starship #EBE33A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.65%

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

R = 45.19%
G = 43.65%
B = 11.15%

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

#EBE33A (or 0xEBE33A) is known color: Starship. HEX triplet: EB, E3 and 3A. RGB value is (235,227,58). Sum of RGB (Red+Green+Blue) = 235+227+58=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE33A is #141CC5. Grayscale: #D2D2D2. Windows color (decimal): -1318086 or 3859435. OLE color: 3859435.

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

Color convert

RGB 235 227 58 -
CMYK 0 0.03 0.75 0.08
HSL 57.29º 0.82% 0.57% -
HSV(B) 57.29º 0.75% 0.92% -
XYZ 62.49 72.91 14.78 -
YUV 210.13 42.15 145.74 -
System Red Green Blue C M Y K H S L
Decimal 235 227 58 0 0.03 0.75 0.08 57.29 0.82 0.57
Hex EB E3 3A 0 3 4B 8 39 52 39
Octal 353 343 72 0 3 113 10 71 122 71
Binary 11101011 11100011 111010 0 11 1001011 1000 111001 1010010 111001

Color Harmonies of #EBE33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE33A

Black with #EBE33A

Text Example


Text Example

White with #EBE33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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