Html Css Color HEX #E1D731 Starship

📋 copy color: '#E1D731'

red 225 ◦ green 215 ◦ blue 49

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

Shades of Starship #E1D731

Tints of Starship #E1D731

RGB

 RED value IS 225 (88.28% from 255) = 46.01%

 GREEN value IS 215 (84.38% from 255) = 43.97%

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

R = 46.01%
G = 43.97%
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

#E1D731 (or 0xE1D731) is known color: Starship. HEX triplet: E1, D7 and 31. RGB value is (225,215,49). Sum of RGB (Red+Green+Blue) = 225+215+49=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D731 is #1E28CE. Grayscale: #C7C7C7. Windows color (decimal): -1976527 or 3266529. OLE color: 3266529.

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

Color convert

RGB 225 215 49 -
CMYK 0 0.04 0.78 0.12
HSL 56.59º 0.75% 0.54% -
HSV(B) 56.59º 0.78% 0.88% -
XYZ 55.91 64.83 12.47 -
YUV 199.07 43.31 146.5 -
System Red Green Blue C M Y K H S L
Decimal 225 215 49 0 0.04 0.78 0.12 56.59 0.75 0.54
Hex E1 D7 31 0 4 4E C 39 4B 36
Octal 341 327 61 0 4 116 14 71 113 66
Binary 11100001 11010111 110001 0 100 1001110 1100 111001 1001011 110110

Color Harmonies of #E1D731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D731

Black with #E1D731

Text Example


Text Example

White with #E1D731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D731; }

 p { color: rgb(225,215,49); }

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

background-color css

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

 a { background-color: rgb(225,215,49); }

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

border-color css

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

 span { border-color: rgb(225,215,49); }

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