Html Css Color HEX #EBE145 Starship

📋 copy color: '#EBE145'

red 235 ◦ green 225 ◦ blue 69

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

Shades of Starship #EBE145

Tints of Starship #EBE145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

 BLUE value IS 69 (27.34% from 255) = 13.04%

R = 44.42%
G = 42.53%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBE145 (or 0xEBE145) is known color: Starship. HEX triplet: EB, E1 and 45. RGB value is (235,225,69). Sum of RGB (Red+Green+Blue) = 235+225+69=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE145 is #141EBA. Grayscale: #D2D2D2. Windows color (decimal): -1318587 or 4579819. OLE color: 4579819.

HSL color Cylindrical-coordinate representation of color #EBE145: hue angle of 56.39º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBE145 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 69 -
CMYK 0 0.04 0.71 0.08
HSL 56.39º 0.81% 0.6% -
HSV(B) 56.39º 0.71% 0.92% -
XYZ 62.26 71.94 16.24 -
YUV 210.21 48.31 145.68 -
System Red Green Blue C M Y K H S L
Decimal 235 225 69 0 0.04 0.71 0.08 56.39 0.81 0.6
Hex EB E1 45 0 4 47 8 38 51 3C
Octal 353 341 105 0 4 107 10 70 121 74
Binary 11101011 11100001 1000101 0 100 1000111 1000 111000 1010001 111100

Color Harmonies of #EBE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE145

Black with #EBE145

Text Example


Text Example

White with #EBE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE145; }

 p { color: rgb(235,225,69); }

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

background-color css

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

 a { background-color: rgb(235,225,69); }

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

border-color css

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

 span { border-color: rgb(235,225,69); }

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