Html Css Color HEX #E5E140 Starship

📋 copy color: '#E5E140'

red 229 ◦ green 225 ◦ blue 64

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

Shades of Starship #E5E140

Tints of Starship #E5E140

RGB

 RED value IS 229 (89.84% from 255) = 44.21%

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

 BLUE value IS 64 (25.39% from 255) = 12.36%

R = 44.21%
G = 43.44%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5E140 (or 0xE5E140) is known color: Starship. HEX triplet: E5, E1 and 40. RGB value is (229,225,64). Sum of RGB (Red+Green+Blue) = 229+225+64=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E140 is #1A1EBF. Grayscale: #D0D0D0. Windows color (decimal): -1711808 or 4252133. OLE color: 4252133.

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

Color convert

RGB 229 225 64 -
CMYK 0 0.02 0.72 0.10
HSL 58.55º 0.76% 0.57% -
HSV(B) 58.55º 0.72% 0.9% -
XYZ 60.16 70.88 15.36 -
YUV 207.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 229 225 64 0 0.02 0.72 0.10 58.55 0.76 0.57
Hex E5 E1 40 0 2 48 A 3B 4C 39
Octal 345 341 100 0 2 110 12 73 114 71
Binary 11100101 11100001 1000000 0 10 1001000 1010 111011 1001100 111001

Color Harmonies of #E5E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E140

Black with #E5E140

Text Example


Text Example

White with #E5E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E140; }

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

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

background-color css

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

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

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

border-color css

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

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

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