Html Css Color HEX #E2ED49 Starship

📋 copy color: '#E2ED49'

red 226 ◦ green 237 ◦ blue 73

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

Shades of Starship #E2ED49

Tints of Starship #E2ED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.22%

 BLUE value IS 73 (28.91% from 255) = 13.62%

R = 42.16%
G = 44.22%
B = 13.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#E2ED49 (or 0xE2ED49) is known color: Starship. HEX triplet: E2, ED and 49. RGB value is (226,237,73). Sum of RGB (Red+Green+Blue) = 226+237+73=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2ED49 is #1D12B6. Grayscale: #D7D7D7. Windows color (decimal): -1905335 or 4845026. OLE color: 4845026.

HSL color Cylindrical-coordinate representation of color #E2ED49: hue angle of 64.02º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2ED49 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 237 73 -
CMYK 0.05 0 0.69 0.07
HSL 64.02º 0.82% 0.61% -
HSV(B) 64.02º 0.69% 0.93% -
XYZ 62.85 77.22 17.9 -
YUV 215.02 47.86 135.84 -
System Red Green Blue C M Y K H S L
Decimal 226 237 73 0.05 0 0.69 0.07 64.02 0.82 0.61
Hex E2 ED 49 5 0 45 7 40 52 3D
Octal 342 355 111 5 0 105 7 100 122 75
Binary 11100010 11101101 1001001 101 0 1000101 111 1000000 1010010 111101

Color Harmonies of #E2ED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ED49

Black with #E2ED49

Text Example


Text Example

White with #E2ED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ED49; }

 p { color: rgb(226,237,73); }

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

background-color css

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

 a { background-color: rgb(226,237,73); }

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

border-color css

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

 span { border-color: rgb(226,237,73); }

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