Html Css Color HEX #E1E52F Starship

📋 copy color: '#E1E52F'

red 225 ◦ green 229 ◦ blue 47

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

Shades of Starship #E1E52F

Tints of Starship #E1E52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.38%

R = 44.91%
G = 45.71%
B = 9.38%

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

#E1E52F (or 0xE1E52F) is known color: Starship. HEX triplet: E1, E5 and 2F. RGB value is (225,229,47). Sum of RGB (Red+Green+Blue) = 225+229+47=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E52F is #1E1AD0. Grayscale: #CFCFCF. Windows color (decimal): -1972945 or 3139041. OLE color: 3139041.

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

Color convert

RGB 225 229 47 -
CMYK 0.02 0 0.79 0.10
HSL 61.32º 0.78% 0.54% -
HSV(B) 61.32º 0.79% 0.9% -
XYZ 59.58 72.25 13.49 -
YUV 207.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 225 229 47 0.02 0 0.79 0.10 61.32 0.78 0.54
Hex E1 E5 2F 2 0 4F A 3D 4E 36
Octal 341 345 57 2 0 117 12 75 116 66
Binary 11100001 11100101 101111 10 0 1001111 1010 111101 1001110 110110

Color Harmonies of #E1E52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E52F

Black with #E1E52F

Text Example


Text Example

White with #E1E52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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