Html Css Color HEX #E1D946 Starship

📋 copy color: '#E1D946'

red 225 ◦ green 217 ◦ blue 70

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

Shades of Starship #E1D946

Tints of Starship #E1D946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.67%

R = 43.95%
G = 42.38%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1D946 (or 0xE1D946) is known color: Starship. HEX triplet: E1, D9 and 46. RGB value is (225,217,70). Sum of RGB (Red+Green+Blue) = 225+217+70=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D946 is #1E26B9. Grayscale: #CBCBCB. Windows color (decimal): -1975994 or 4643297. OLE color: 4643297.

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

Color convert

RGB 225 217 70 -
CMYK 0 0.04 0.69 0.12
HSL 56.9º 0.72% 0.58% -
HSV(B) 56.9º 0.69% 0.88% -
XYZ 56.97 66.08 15.55 -
YUV 202.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 225 217 70 0 0.04 0.69 0.12 56.9 0.72 0.58
Hex E1 D9 46 0 4 45 C 39 48 3A
Octal 341 331 106 0 4 105 14 71 110 72
Binary 11100001 11011001 1000110 0 100 1000101 1100 111001 1001000 111010

Color Harmonies of #E1D946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D946

Black with #E1D946

Text Example


Text Example

White with #E1D946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D946; }

 p { color: rgb(225,217,70); }

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

background-color css

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

 a { background-color: rgb(225,217,70); }

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

border-color css

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

 span { border-color: rgb(225,217,70); }

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