Html Css Color HEX #E2E132 Starship

📋 copy color: '#E2E132'

red 226 ◦ green 225 ◦ blue 50

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

Shades of Starship #E2E132

Tints of Starship #E2E132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.98%

R = 45.11%
G = 44.91%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E2E132 (or 0xE2E132) is known color: Starship. HEX triplet: E2, E1 and 32. RGB value is (226,225,50). Sum of RGB (Red+Green+Blue) = 226+225+50=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E132 is #1D1ECD. Grayscale: #CECECE. Windows color (decimal): -1908430 or 3334626. OLE color: 3334626.

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

Color convert

RGB 226 225 50 -
CMYK 0 0.00 0.78 0.11
HSL 59.66º 0.75% 0.54% -
HSV(B) 59.66º 0.78% 0.89% -
XYZ 58.86 70.25 13.47 -
YUV 205.35 40.33 142.73 -
System Red Green Blue C M Y K H S L
Decimal 226 225 50 0 0.00 0.78 0.11 59.66 0.75 0.54
Hex E2 E1 32 0 0 4E B 3C 4B 36
Octal 342 341 62 0 0 116 13 74 113 66
Binary 11100010 11100001 110010 0 0 1001110 1011 111100 1001011 110110

Color Harmonies of #E2E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E132

Black with #E2E132

Text Example


Text Example

White with #E2E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E132; }

 p { color: rgb(226,225,50); }

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

background-color css

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

 a { background-color: rgb(226,225,50); }

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

border-color css

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

 span { border-color: rgb(226,225,50); }

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