Html Css Color HEX #E0D831 Starship

📋 copy color: '#E0D831'

red 224 ◦ green 216 ◦ blue 49

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

Shades of Starship #E0D831

Tints of Starship #E0D831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.17%

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

R = 45.81%
G = 44.17%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E0D831 (or 0xE0D831) is known color: Starship. HEX triplet: E0, D8 and 31. RGB value is (224,216,49). Sum of RGB (Red+Green+Blue) = 224+216+49=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D831 is #1F27CE. Grayscale: #C8C8C8. Windows color (decimal): -2041807 or 3266784. OLE color: 3266784.

HSL color Cylindrical-coordinate representation of color #E0D831: hue angle of 57.26º 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 #E0D831 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 216 49 -
CMYK 0 0.04 0.78 0.12
HSL 57.26º 0.74% 0.54% -
HSV(B) 57.26º 0.78% 0.88% -
XYZ 55.85 65.18 12.54 -
YUV 199.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 224 216 49 0 0.04 0.78 0.12 57.26 0.74 0.54
Hex E0 D8 31 0 4 4E C 39 4A 36
Octal 340 330 61 0 4 116 14 71 112 66
Binary 11100000 11011000 110001 0 100 1001110 1100 111001 1001010 110110

Color Harmonies of #E0D831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D831

Black with #E0D831

Text Example


Text Example

White with #E0D831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D831; }

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

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

background-color css

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

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

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

border-color css

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

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

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