Html Css Color HEX #E1D53A Starship

📋 copy color: '#E1D53A'

red 225 ◦ green 213 ◦ blue 58

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

Shades of Starship #E1D53A

Tints of Starship #E1D53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.94%

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

R = 45.36%
G = 42.94%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1D53A (or 0xE1D53A) is known color: Starship. HEX triplet: E1, D5 and 3A. RGB value is (225,213,58). Sum of RGB (Red+Green+Blue) = 225+213+58=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D53A is #1E2AC5. Grayscale: #C7C7C7. Windows color (decimal): -1977030 or 3855841. OLE color: 3855841.

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

Color convert

RGB 225 213 58 -
CMYK 0 0.05 0.74 0.12
HSL 55.69º 0.74% 0.55% -
HSV(B) 55.69º 0.74% 0.88% -
XYZ 55.61 63.9 13.41 -
YUV 198.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 225 213 58 0 0.05 0.74 0.12 55.69 0.74 0.55
Hex E1 D5 3A 0 5 4A C 38 4A 37
Octal 341 325 72 0 5 112 14 70 112 67
Binary 11100001 11010101 111010 0 101 1001010 1100 111000 1001010 110111

Color Harmonies of #E1D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D53A

Black with #E1D53A

Text Example


Text Example

White with #E1D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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