Html Css Color HEX #E1D540 Starship

📋 copy color: '#E1D540'

red 225 ◦ green 213 ◦ blue 64

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

Shades of Starship #E1D540

Tints of Starship #E1D540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.75%

R = 44.82%
G = 42.43%
B = 12.75%

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

#E1D540 (or 0xE1D540) is known color: Starship. HEX triplet: E1, D5 and 40. RGB value is (225,213,64). Sum of RGB (Red+Green+Blue) = 225+213+64=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D540 is #1E2ABF. Grayscale: #C8C8C8. Windows color (decimal): -1977024 or 4249057. OLE color: 4249057.

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

Color convert

RGB 225 213 64 -
CMYK 0 0.05 0.72 0.12
HSL 55.53º 0.73% 0.57% -
HSV(B) 55.53º 0.72% 0.88% -
XYZ 55.77 63.97 14.26 -
YUV 199.6 51.48 146.12 -
System Red Green Blue C M Y K H S L
Decimal 225 213 64 0 0.05 0.72 0.12 55.53 0.73 0.57
Hex E1 D5 40 0 5 48 C 38 49 39
Octal 341 325 100 0 5 110 14 70 111 71
Binary 11100001 11010101 1000000 0 101 1001000 1100 111000 1001001 111001

Color Harmonies of #E1D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D540

Black with #E1D540

Text Example


Text Example

White with #E1D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D540; }

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

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

background-color css

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

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

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

border-color css

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

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

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