Html Css Color HEX #E1E531 Starship

📋 copy color: '#E1E531'

red 225 ◦ green 229 ◦ blue 49

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

Shades of Starship #E1E531

Tints of Starship #E1E531

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.53%

 BLUE value IS 49 (19.53% from 255) = 9.74%

R = 44.73%
G = 45.53%
B = 9.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E1E531 (or 0xE1E531) is known color: Starship. HEX triplet: E1, E5 and 31. RGB value is (225,229,49). Sum of RGB (Red+Green+Blue) = 225+229+49=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E531 is #1E1ACE. Grayscale: #CFCFCF. Windows color (decimal): -1972943 or 3270113. OLE color: 3270113.

HSL color Cylindrical-coordinate representation of color #E1E531: hue angle of 61.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1E531 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 229 49 -
CMYK 0.02 0 0.79 0.10
HSL 61.33º 0.78% 0.55% -
HSV(B) 61.33º 0.79% 0.9% -
XYZ 59.63 72.27 13.71 -
YUV 207.28 38.67 140.64 -
System Red Green Blue C M Y K H S L
Decimal 225 229 49 0.02 0 0.79 0.10 61.33 0.78 0.55
Hex E1 E5 31 2 0 4F A 3D 4E 37
Octal 341 345 61 2 0 117 12 75 116 67
Binary 11100001 11100101 110001 10 0 1001111 1010 111101 1001110 110111

Color Harmonies of #E1E531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E531

Black with #E1E531

Text Example


Text Example

White with #E1E531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E531; }

 p { color: rgb(225,229,49); }

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

background-color css

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

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

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

border-color css

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

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

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