Html Css Color HEX #E1D73D Starship

📋 copy color: '#E1D73D'

red 225 ◦ green 215 ◦ blue 61

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

Shades of Starship #E1D73D

Tints of Starship #E1D73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.18%

R = 44.91%
G = 42.91%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1D73D (or 0xE1D73D) is known color: Starship. HEX triplet: E1, D7 and 3D. RGB value is (225,215,61). Sum of RGB (Red+Green+Blue) = 225+215+61=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D73D is #1E28C2. Grayscale: #C9C9C9. Windows color (decimal): -1976515 or 4052961. OLE color: 4052961.

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

Color convert

RGB 225 215 61 -
CMYK 0 0.04 0.73 0.12
HSL 56.34º 0.73% 0.56% -
HSV(B) 56.34º 0.73% 0.88% -
XYZ 56.19 64.95 13.99 -
YUV 200.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 225 215 61 0 0.04 0.73 0.12 56.34 0.73 0.56
Hex E1 D7 3D 0 4 49 C 38 49 38
Octal 341 327 75 0 4 111 14 70 111 70
Binary 11100001 11010111 111101 0 100 1001001 1100 111000 1001001 111000

Color Harmonies of #E1D73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D73D

Black with #E1D73D

Text Example


Text Example

White with #E1D73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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