Html Css Color HEX #E0D931 Starship

📋 copy color: '#E0D931'

red 224 ◦ green 217 ◦ blue 49

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

Shades of Starship #E0D931

Tints of Starship #E0D931

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

 BLUE value IS 49 (19.53% from 255) = 10%

R = 45.71%
G = 44.29%
B = 10%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E0D931 (or 0xE0D931) is known color: Starship. HEX triplet: E0, D9 and 31. RGB value is (224,217,49). Sum of RGB (Red+Green+Blue) = 224+217+49=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D931 is #1F26CE. Grayscale: #C8C8C8. Windows color (decimal): -2041551 or 3267040. OLE color: 3267040.

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

Color convert

RGB 224 217 49 -
CMYK 0 0.03 0.78 0.12
HSL 57.6º 0.74% 0.54% -
HSV(B) 57.6º 0.78% 0.88% -
XYZ 56.11 65.69 12.63 -
YUV 199.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 224 217 49 0 0.03 0.78 0.12 57.6 0.74 0.54
Hex E0 D9 31 0 3 4E C 3A 4A 36
Octal 340 331 61 0 3 116 14 72 112 66
Binary 11100000 11011001 110001 0 11 1001110 1100 111010 1001010 110110

Color Harmonies of #E0D931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D931

Black with #E0D931

Text Example


Text Example

White with #E0D931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D931; }

 p { color: rgb(224,217,49); }

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

background-color css

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

 a { background-color: rgb(224,217,49); }

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

border-color css

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

 span { border-color: rgb(224,217,49); }

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