Html Css Color HEX #EBE144 Starship

📋 copy color: '#EBE144'

red 235 ◦ green 225 ◦ blue 68

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

Shades of Starship #EBE144

Tints of Starship #EBE144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.88%

R = 44.51%
G = 42.61%
B = 12.88%

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

#EBE144 (or 0xEBE144) is known color: Starship. HEX triplet: EB, E1 and 44. RGB value is (235,225,68). Sum of RGB (Red+Green+Blue) = 235+225+68=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 68 (26.95% from 255 or 12.88% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE144 is #141EBB. Grayscale: #D2D2D2. Windows color (decimal): -1318588 or 4514283. OLE color: 4514283.

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

Color convert

RGB 235 225 68 -
CMYK 0 0.04 0.71 0.08
HSL 56.41º 0.81% 0.59% -
HSV(B) 56.41º 0.71% 0.92% -
XYZ 62.23 71.93 16.07 -
YUV 210.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 235 225 68 0 0.04 0.71 0.08 56.41 0.81 0.59
Hex EB E1 44 0 4 47 8 38 51 3B
Octal 353 341 104 0 4 107 10 70 121 73
Binary 11101011 11100001 1000100 0 100 1000111 1000 111000 1010001 111011

Color Harmonies of #EBE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE144

Black with #EBE144

Text Example


Text Example

White with #EBE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE144; }

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

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

background-color css

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

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

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

border-color css

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

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

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