Html Css Color HEX #E1D541 Starship

📋 copy color: '#E1D541'

red 225 ◦ green 213 ◦ blue 65

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

Shades of Starship #E1D541

Tints of Starship #E1D541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.92%

R = 44.73%
G = 42.35%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1D541 (or 0xE1D541) is known color: Starship. HEX triplet: E1, D5 and 41. RGB value is (225,213,65). Sum of RGB (Red+Green+Blue) = 225+213+65=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D541 is #1E2ABE. Grayscale: #C8C8C8. Windows color (decimal): -1977023 or 4314593. OLE color: 4314593.

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

Color convert

RGB 225 213 65 -
CMYK 0 0.05 0.71 0.12
HSL 55.5º 0.73% 0.57% -
HSV(B) 55.5º 0.71% 0.88% -
XYZ 55.8 63.98 14.41 -
YUV 199.72 51.98 146.03 -
System Red Green Blue C M Y K H S L
Decimal 225 213 65 0 0.05 0.71 0.12 55.5 0.73 0.57
Hex E1 D5 41 0 5 47 C 38 49 39
Octal 341 325 101 0 5 107 14 70 111 71
Binary 11100001 11010101 1000001 0 101 1000111 1100 111000 1001001 111001

Color Harmonies of #E1D541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D541

Black with #E1D541

Text Example


Text Example

White with #E1D541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D541; }

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

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

background-color css

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

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

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

border-color css

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

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

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