Html Css Color HEX #E2E531 Starship

📋 copy color: '#E2E531'

red 226 ◦ green 229 ◦ blue 49

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

Shades of Starship #E2E531

Tints of Starship #E2E531

RGB

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

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

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

R = 44.84%
G = 45.44%
B = 9.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E2E531 (or 0xE2E531) is known color: Starship. HEX triplet: E2, E5 and 31. RGB value is (226,229,49). Sum of RGB (Red+Green+Blue) = 226+229+49=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E531 is #1D1ACE. Grayscale: #D0D0D0. Windows color (decimal): -1907407 or 3270114. OLE color: 3270114.

HSL color Cylindrical-coordinate representation of color #E2E531: hue angle of 61º 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 #E2E531 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 229 49 -
CMYK 0.01 0 0.79 0.10
HSL 61º 0.78% 0.55% -
HSV(B) 61º 0.79% 0.9% -
XYZ 59.94 72.43 13.73 -
YUV 207.58 38.51 141.14 -
System Red Green Blue C M Y K H S L
Decimal 226 229 49 0.01 0 0.79 0.10 61 0.78 0.55
Hex E2 E5 31 1 0 4F A 3D 4E 37
Octal 342 345 61 1 0 117 12 75 116 67
Binary 11100010 11100101 110001 1 0 1001111 1010 111101 1001110 110111

Color Harmonies of #E2E531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E531

Black with #E2E531

Text Example


Text Example

White with #E2E531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E531; }

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

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

background-color css

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

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

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

border-color css

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

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

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