Html Css Color HEX #E0EA31 Starship

📋 copy color: '#E0EA31'

red 224 ◦ green 234 ◦ blue 49

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

Shades of Starship #E0EA31

Tints of Starship #E0EA31

RGB

 RED value IS 224 (87.89% from 255) = 44.18%

 GREEN value IS 234 (91.8% from 255) = 46.15%

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

R = 44.18%
G = 46.15%
B = 9.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#E0EA31 (or 0xE0EA31) is known color: Starship. HEX triplet: E0, EA and 31. RGB value is (224,234,49). Sum of RGB (Red+Green+Blue) = 224+234+49=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EA31 is #1F15CE. Grayscale: #D2D2D2. Windows color (decimal): -2037199 or 3271392. OLE color: 3271392.

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

Color convert

RGB 224 234 49 -
CMYK 0.04 0 0.79 0.08
HSL 63.24º 0.81% 0.55% -
HSV(B) 63.24º 0.79% 0.92% -
XYZ 60.72 74.91 14.17 -
YUV 209.92 37.19 138.04 -
System Red Green Blue C M Y K H S L
Decimal 224 234 49 0.04 0 0.79 0.08 63.24 0.81 0.55
Hex E0 EA 31 4 0 4F 8 3F 51 37
Octal 340 352 61 4 0 117 10 77 121 67
Binary 11100000 11101010 110001 100 0 1001111 1000 111111 1010001 110111

Color Harmonies of #E0EA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EA31

Black with #E0EA31

Text Example


Text Example

White with #E0EA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EA31; }

 p { color: rgb(224,234,49); }

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

background-color css

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

 a { background-color: rgb(224,234,49); }

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

border-color css

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

 span { border-color: rgb(224,234,49); }

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