Html Css Color HEX #E1D73A Starship

📋 copy color: '#E1D73A'

red 225 ◦ green 215 ◦ blue 58

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

Shades of Starship #E1D73A

Tints of Starship #E1D73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.65%

R = 45.18%
G = 43.17%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1D73A (or 0xE1D73A) is known color: Starship. HEX triplet: E1, D7 and 3A. RGB value is (225,215,58). Sum of RGB (Red+Green+Blue) = 225+215+58=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D73A is #1E28C5. Grayscale: #C8C8C8. Windows color (decimal): -1976518 or 3856353. OLE color: 3856353.

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

Color convert

RGB 225 215 58 -
CMYK 0 0.04 0.74 0.12
HSL 56.41º 0.74% 0.55% -
HSV(B) 56.41º 0.74% 0.88% -
XYZ 56.12 64.91 13.58 -
YUV 200.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 225 215 58 0 0.04 0.74 0.12 56.41 0.74 0.55
Hex E1 D7 3A 0 4 4A C 38 4A 37
Octal 341 327 72 0 4 112 14 70 112 67
Binary 11100001 11010111 111010 0 100 1001010 1100 111000 1001010 110111

Color Harmonies of #E1D73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D73A

Black with #E1D73A

Text Example


Text Example

White with #E1D73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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