Html Css Color HEX #E2E42F Starship

📋 copy color: '#E2E42F'

red 226 ◦ green 228 ◦ blue 47

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

Shades of Starship #E2E42F

Tints of Starship #E2E42F

RGB

 RED value IS 226 (88.67% from 255) = 45.11%

 GREEN value IS 228 (89.45% from 255) = 45.51%

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

R = 45.11%
G = 45.51%
B = 9.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2E42F (or 0xE2E42F) is known color: Starship. HEX triplet: E2, E4 and 2F. RGB value is (226,228,47). Sum of RGB (Red+Green+Blue) = 226+228+47=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E42F is #1D1BD0. Grayscale: #CFCFCF. Windows color (decimal): -1907665 or 3138786. OLE color: 3138786.

HSL color Cylindrical-coordinate representation of color #E2E42F: hue angle of 60.66º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2E42F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 228 47 -
CMYK 0.01 0 0.79 0.11
HSL 60.66º 0.77% 0.54% -
HSV(B) 60.66º 0.79% 0.89% -
XYZ 59.62 71.86 13.42 -
YUV 206.77 37.84 141.72 -
System Red Green Blue C M Y K H S L
Decimal 226 228 47 0.01 0 0.79 0.11 60.66 0.77 0.54
Hex E2 E4 2F 1 0 4F B 3D 4D 36
Octal 342 344 57 1 0 117 13 75 115 66
Binary 11100010 11100100 101111 1 0 1001111 1011 111101 1001101 110110

Color Harmonies of #E2E42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E42F

Black with #E2E42F

Text Example


Text Example

White with #E2E42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E42F; }

 p { color: rgb(226,228,47); }

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

background-color css

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

 a { background-color: rgb(226,228,47); }

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

border-color css

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

 span { border-color: rgb(226,228,47); }

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