Html Css Color HEX #E1D934 Starship

📋 copy color: '#E1D934'

red 225 ◦ green 217 ◦ blue 52

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

Shades of Starship #E1D934

Tints of Starship #E1D934

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.93%

 BLUE value IS 52 (20.7% from 255) = 10.53%

R = 45.55%
G = 43.93%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E1D934 (or 0xE1D934) is known color: Starship. HEX triplet: E1, D9 and 34. RGB value is (225,217,52). Sum of RGB (Red+Green+Blue) = 225+217+52=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D934 is #1E26CB. Grayscale: #C9C9C9. Windows color (decimal): -1976012 or 3463649. OLE color: 3463649.

HSL color Cylindrical-coordinate representation of color #E1D934: hue angle of 57.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1D934 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 52 -
CMYK 0 0.04 0.77 0.12
HSL 57.23º 0.74% 0.54% -
HSV(B) 57.23º 0.77% 0.88% -
XYZ 56.48 65.88 12.99 -
YUV 200.58 44.15 145.42 -
System Red Green Blue C M Y K H S L
Decimal 225 217 52 0 0.04 0.77 0.12 57.23 0.74 0.54
Hex E1 D9 34 0 4 4D C 39 4A 36
Octal 341 331 64 0 4 115 14 71 112 66
Binary 11100001 11011001 110100 0 100 1001101 1100 111001 1001010 110110

Color Harmonies of #E1D934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D934

Black with #E1D934

Text Example


Text Example

White with #E1D934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D934; }

 p { color: rgb(225,217,52); }

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

background-color css

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

 a { background-color: rgb(225,217,52); }

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

border-color css

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

 span { border-color: rgb(225,217,52); }

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