Html Css Color HEX #E1D53E Starship

📋 copy color: '#E1D53E'

red 225 ◦ green 213 ◦ blue 62

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

Shades of Starship #E1D53E

Tints of Starship #E1D53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.4%

R = 45%
G = 42.6%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1D53E (or 0xE1D53E) is known color: Starship. HEX triplet: E1, D5 and 3E. RGB value is (225,213,62). Sum of RGB (Red+Green+Blue) = 225+213+62=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 62 (24.61% from 255 or 12.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D53E is #1E2AC1. Grayscale: #C7C7C7. Windows color (decimal): -1977026 or 4117985. OLE color: 4117985.

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

Color convert

RGB 225 213 62 -
CMYK 0 0.05 0.72 0.12
HSL 55.58º 0.73% 0.56% -
HSV(B) 55.58º 0.72% 0.88% -
XYZ 55.72 63.94 13.96 -
YUV 199.37 50.48 146.28 -
System Red Green Blue C M Y K H S L
Decimal 225 213 62 0 0.05 0.72 0.12 55.58 0.73 0.56
Hex E1 D5 3E 0 5 48 C 38 49 38
Octal 341 325 76 0 5 110 14 70 111 70
Binary 11100001 11010101 111110 0 101 1001000 1100 111000 1001001 111000

Color Harmonies of #E1D53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D53E

Black with #E1D53E

Text Example


Text Example

White with #E1D53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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