Html Css Color HEX #E2ED48 Starship

📋 copy color: '#E2ED48'

red 226 ◦ green 237 ◦ blue 72

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

Shades of Starship #E2ED48

Tints of Starship #E2ED48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.46%

R = 42.24%
G = 44.3%
B = 13.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#E2ED48 (or 0xE2ED48) is known color: Starship. HEX triplet: E2, ED and 48. RGB value is (226,237,72). Sum of RGB (Red+Green+Blue) = 226+237+72=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2ED48 is #1D12B7. Grayscale: #D7D7D7. Windows color (decimal): -1905336 or 4779490. OLE color: 4779490.

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

Color convert

RGB 226 237 72 -
CMYK 0.05 0 0.70 0.07
HSL 64º 0.82% 0.61% -
HSV(B) 64º 0.7% 0.93% -
XYZ 62.82 77.21 17.72 -
YUV 214.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 226 237 72 0.05 0 0.70 0.07 64 0.82 0.61
Hex E2 ED 48 5 0 46 7 40 52 3D
Octal 342 355 110 5 0 106 7 100 122 75
Binary 11100010 11101101 1001000 101 0 1000110 111 1000000 1010010 111101

Color Harmonies of #E2ED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ED48

Black with #E2ED48

Text Example


Text Example

White with #E2ED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ED48; }

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

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

background-color css

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

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

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

border-color css

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

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

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