Html Css Color HEX #E1D13A Starship

📋 copy color: '#E1D13A'

red 225 ◦ green 209 ◦ blue 58

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

Shades of Starship #E1D13A

Tints of Starship #E1D13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.48%

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

R = 45.73%
G = 42.48%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1D13A (or 0xE1D13A) is known color: Starship. HEX triplet: E1, D1 and 3A. RGB value is (225,209,58). Sum of RGB (Red+Green+Blue) = 225+209+58=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D13A is #1E2EC5. Grayscale: #C5C5C5. Windows color (decimal): -1978054 or 3854817. OLE color: 3854817.

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

Color convert

RGB 225 209 58 -
CMYK 0 0.07 0.74 0.12
HSL 54.25º 0.74% 0.55% -
HSV(B) 54.25º 0.74% 0.88% -
XYZ 54.62 61.91 13.08 -
YUV 196.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 225 209 58 0 0.07 0.74 0.12 54.25 0.74 0.55
Hex E1 D1 3A 0 7 4A C 36 4A 37
Octal 341 321 72 0 7 112 14 66 112 67
Binary 11100001 11010001 111010 0 111 1001010 1100 110110 1001010 110111

Color Harmonies of #E1D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D13A

Black with #E1D13A

Text Example


Text Example

White with #E1D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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