Html Css Color HEX #E1D332 Starship

📋 copy color: '#E1D332'

red 225 ◦ green 211 ◦ blue 50

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

Shades of Starship #E1D332

Tints of Starship #E1D332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.42%

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

R = 46.3%
G = 43.42%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1D332 (or 0xE1D332) is known color: Starship. HEX triplet: E1, D3 and 32. RGB value is (225,211,50). Sum of RGB (Red+Green+Blue) = 225+211+50=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D332 is #1E2CCD. Grayscale: #C5C5C5. Windows color (decimal): -1977550 or 3331041. OLE color: 3331041.

HSL color Cylindrical-coordinate representation of color #E1D332: hue angle of 55.2º 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 #E1D332 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 50 -
CMYK 0 0.06 0.78 0.12
HSL 55.2º 0.74% 0.54% -
HSV(B) 55.2º 0.78% 0.88% -
XYZ 54.92 62.83 12.25 -
YUV 196.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 225 211 50 0 0.06 0.78 0.12 55.2 0.74 0.54
Hex E1 D3 32 0 6 4E C 37 4A 36
Octal 341 323 62 0 6 116 14 67 112 66
Binary 11100001 11010011 110010 0 110 1001110 1100 110111 1001010 110110

Color Harmonies of #E1D332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D332

Black with #E1D332

Text Example


Text Example

White with #E1D332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D332; }

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

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

background-color css

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

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

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

border-color css

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

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

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