Html Css Color HEX #E1D532 Starship

📋 copy color: '#E1D532'

red 225 ◦ green 213 ◦ blue 50

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

Shades of Starship #E1D532

Tints of Starship #E1D532

RGB

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

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

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

R = 46.11%
G = 43.65%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1D532 (or 0xE1D532) is known color: Starship. HEX triplet: E1, D5 and 32. RGB value is (225,213,50). Sum of RGB (Red+Green+Blue) = 225+213+50=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D532 is #1E2ACD. Grayscale: #C6C6C6. Windows color (decimal): -1977038 or 3331553. OLE color: 3331553.

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

Color convert

RGB 225 213 50 -
CMYK 0 0.05 0.78 0.12
HSL 55.89º 0.74% 0.54% -
HSV(B) 55.89º 0.78% 0.88% -
XYZ 55.42 63.83 12.42 -
YUV 198.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 225 213 50 0 0.05 0.78 0.12 55.89 0.74 0.54
Hex E1 D5 32 0 5 4E C 38 4A 36
Octal 341 325 62 0 5 116 14 70 112 66
Binary 11100001 11010101 110010 0 101 1001110 1100 111000 1001010 110110

Color Harmonies of #E1D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D532

Black with #E1D532

Text Example


Text Example

White with #E1D532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D532; }

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

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

background-color css

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

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

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

border-color css

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

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

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