Html Css Color HEX #E1D031 Starship

📋 copy color: '#E1D031'

red 225 ◦ green 208 ◦ blue 49

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

Shades of Starship #E1D031

Tints of Starship #E1D031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

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

R = 46.68%
G = 43.15%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1D031 (or 0xE1D031) is known color: Starship. HEX triplet: E1, D0 and 31. RGB value is (225,208,49). Sum of RGB (Red+Green+Blue) = 225+208+49=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D031 is #1E2FCE. Grayscale: #C3C3C3. Windows color (decimal): -1978319 or 3264737. OLE color: 3264737.

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

Color convert

RGB 225 208 49 -
CMYK 0 0.08 0.78 0.12
HSL 54.2º 0.75% 0.54% -
HSV(B) 54.2º 0.78% 0.88% -
XYZ 54.16 61.34 11.89 -
YUV 194.96 45.63 149.43 -
System Red Green Blue C M Y K H S L
Decimal 225 208 49 0 0.08 0.78 0.12 54.2 0.75 0.54
Hex E1 D0 31 0 8 4E C 36 4B 36
Octal 341 320 61 0 10 116 14 66 113 66
Binary 11100001 11010000 110001 0 1000 1001110 1100 110110 1001011 110110

Color Harmonies of #E1D031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D031

Black with #E1D031

Text Example


Text Example

White with #E1D031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D031; }

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

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

background-color css

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

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

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

border-color css

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

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

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