Html Css Color HEX #E0E130 Starship

📋 copy color: '#E0E130'

red 224 ◦ green 225 ◦ blue 48

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

Shades of Starship #E0E130

Tints of Starship #E0E130

RGB

 RED value IS 224 (87.89% from 255) = 45.07%

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

 BLUE value IS 48 (19.14% from 255) = 9.66%

R = 45.07%
G = 45.27%
B = 9.66%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0E130 (or 0xE0E130) is known color: Starship. HEX triplet: E0, E1 and 30. RGB value is (224,225,48). Sum of RGB (Red+Green+Blue) = 224+225+48=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E130 is #1F1ECF. Grayscale: #CDCDCD. Windows color (decimal): -2039504 or 3203552. OLE color: 3203552.

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

Color convert

RGB 224 225 48 -
CMYK 0.00 0 0.79 0.12
HSL 60.34º 0.75% 0.54% -
HSV(B) 60.34º 0.79% 0.88% -
XYZ 58.2 69.91 13.22 -
YUV 204.52 39.67 141.89 -
System Red Green Blue C M Y K H S L
Decimal 224 225 48 0.00 0 0.79 0.12 60.34 0.75 0.54
Hex E0 E1 30 0 0 4F C 3C 4B 36
Octal 340 341 60 0 0 117 14 74 113 66
Binary 11100000 11100001 110000 0 0 1001111 1100 111100 1001011 110110

Color Harmonies of #E0E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E130

Black with #E0E130

Text Example


Text Example

White with #E0E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E130; }

 p { color: rgb(224,225,48); }

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

background-color css

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

 a { background-color: rgb(224,225,48); }

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

border-color css

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

 span { border-color: rgb(224,225,48); }

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