Html Css Color HEX #E1E134 Starship

📋 copy color: '#E1E134'

red 225 ◦ green 225 ◦ blue 52

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

Shades of Starship #E1E134

Tints of Starship #E1E134

RGB

 RED value IS 225 (88.28% from 255) = 44.82%

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

 BLUE value IS 52 (20.7% from 255) = 10.36%

R = 44.82%
G = 44.82%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E1E134 (or 0xE1E134) is known color: Starship. HEX triplet: E1, E1 and 34. RGB value is (225,225,52). Sum of RGB (Red+Green+Blue) = 225+225+52=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E134 is #1E1ECB. Grayscale: #CDCDCD. Windows color (decimal): -1973964 or 3465697. OLE color: 3465697.

HSL color Cylindrical-coordinate representation of color #E1E134: hue angle of 60º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1E134 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 225 52 -
CMYK 0 0 0.77 0.12
HSL 60º 0.74% 0.54% -
HSV(B) 60º 0.77% 0.88% -
XYZ 58.6 70.11 13.69 -
YUV 205.28 41.5 142.07 -
System Red Green Blue C M Y K H S L
Decimal 225 225 52 0 0 0.77 0.12 60 0.74 0.54
Hex E1 E1 34 0 0 4D C 3C 4A 36
Octal 341 341 64 0 0 115 14 74 112 66
Binary 11100001 11100001 110100 0 0 1001101 1100 111100 1001010 110110

Color Harmonies of #E1E134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E134

Black with #E1E134

Text Example


Text Example

White with #E1E134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E134; }

 p { color: rgb(225,225,52); }

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

background-color css

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

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

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

border-color css

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

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

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