Html Css Color HEX #E1D132 Starship

📋 copy color: '#E1D132'

red 225 ◦ green 209 ◦ blue 50

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

Shades of Starship #E1D132

Tints of Starship #E1D132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 50 (19.92% from 255) = 10.33%

R = 46.49%
G = 43.18%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1D132 (or 0xE1D132) is known color: Starship. HEX triplet: E1, D1 and 32. RGB value is (225,209,50). Sum of RGB (Red+Green+Blue) = 225+209+50=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D132 is #1E2ECD. Grayscale: #C4C4C4. Windows color (decimal): -1978062 or 3330529. OLE color: 3330529.

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

Color convert

RGB 225 209 50 -
CMYK 0 0.07 0.78 0.12
HSL 54.51º 0.74% 0.54% -
HSV(B) 54.51º 0.78% 0.88% -
XYZ 54.43 61.84 12.09 -
YUV 195.66 45.8 148.93 -
System Red Green Blue C M Y K H S L
Decimal 225 209 50 0 0.07 0.78 0.12 54.51 0.74 0.54
Hex E1 D1 32 0 7 4E C 37 4A 36
Octal 341 321 62 0 7 116 14 67 112 66
Binary 11100001 11010001 110010 0 111 1001110 1100 110111 1001010 110110

Color Harmonies of #E1D132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D132

Black with #E1D132

Text Example


Text Example

White with #E1D132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D132; }

 p { color: rgb(225,209,50); }

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

background-color css

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

 a { background-color: rgb(225,209,50); }

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

border-color css

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

 span { border-color: rgb(225,209,50); }

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