Html Css Color HEX #E1D730 Starship

📋 copy color: '#E1D730'

red 225 ◦ green 215 ◦ blue 48

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

Shades of Starship #E1D730

Tints of Starship #E1D730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.84%

R = 46.11%
G = 44.06%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1D730 (or 0xE1D730) is known color: Starship. HEX triplet: E1, D7 and 30. RGB value is (225,215,48). Sum of RGB (Red+Green+Blue) = 225+215+48=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D730 is #1E28CF. Grayscale: #C7C7C7. Windows color (decimal): -1976528 or 3200993. OLE color: 3200993.

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

Color convert

RGB 225 215 48 -
CMYK 0 0.04 0.79 0.12
HSL 56.61º 0.75% 0.54% -
HSV(B) 56.61º 0.79% 0.88% -
XYZ 55.89 64.82 12.36 -
YUV 198.95 42.81 146.58 -
System Red Green Blue C M Y K H S L
Decimal 225 215 48 0 0.04 0.79 0.12 56.61 0.75 0.54
Hex E1 D7 30 0 4 4F C 39 4B 36
Octal 341 327 60 0 4 117 14 71 113 66
Binary 11100001 11010111 110000 0 100 1001111 1100 111001 1001011 110110

Color Harmonies of #E1D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D730

Black with #E1D730

Text Example


Text Example

White with #E1D730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D730; }

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

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

background-color css

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

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

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

border-color css

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

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

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