Html Css Color HEX #E0E52D Starship

📋 copy color: '#E0E52D'

red 224 ◦ green 229 ◦ blue 45

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

Shades of Starship #E0E52D

Tints of Starship #E0E52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.04%

R = 44.98%
G = 45.98%
B = 9.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E0E52D (or 0xE0E52D) is known color: Starship. HEX triplet: E0, E5 and 2D. RGB value is (224,229,45). Sum of RGB (Red+Green+Blue) = 224+229+45=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E52D is #1F1AD2. Grayscale: #CFCFCF. Windows color (decimal): -2038483 or 3007968. OLE color: 3007968.

HSL color Cylindrical-coordinate representation of color #E0E52D: hue angle of 61.63º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0E52D is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 229 45 -
CMYK 0.02 0 0.80 0.10
HSL 61.63º 0.78% 0.54% -
HSV(B) 61.63º 0.8% 0.9% -
XYZ 59.23 72.08 13.27 -
YUV 206.53 36.84 140.46 -
System Red Green Blue C M Y K H S L
Decimal 224 229 45 0.02 0 0.80 0.10 61.63 0.78 0.54
Hex E0 E5 2D 2 0 50 A 3E 4E 36
Octal 340 345 55 2 0 120 12 76 116 66
Binary 11100000 11100101 101101 10 0 1010000 1010 111110 1001110 110110

Color Harmonies of #E0E52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E52D

Black with #E0E52D

Text Example


Text Example

White with #E0E52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E52D; }

 p { color: rgb(224,229,45); }

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

background-color css

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

 a { background-color: rgb(224,229,45); }

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

border-color css

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

 span { border-color: rgb(224,229,45); }

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