Html Css Color HEX #E1D32F Starship

📋 copy color: '#E1D32F'

red 225 ◦ green 211 ◦ blue 47

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

Shades of Starship #E1D32F

Tints of Starship #E1D32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.73%

R = 46.58%
G = 43.69%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1D32F (or 0xE1D32F) is known color: Starship. HEX triplet: E1, D3 and 2F. RGB value is (225,211,47). Sum of RGB (Red+Green+Blue) = 225+211+47=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D32F is #1E2CD0. Grayscale: #C5C5C5. Windows color (decimal): -1977553 or 3134433. OLE color: 3134433.

HSL color Cylindrical-coordinate representation of color #E1D32F: hue angle of 55.28º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1D32F is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 47 -
CMYK 0 0.06 0.79 0.12
HSL 55.28º 0.75% 0.53% -
HSV(B) 55.28º 0.79% 0.88% -
XYZ 54.86 62.8 11.92 -
YUV 196.49 43.64 148.34 -
System Red Green Blue C M Y K H S L
Decimal 225 211 47 0 0.06 0.79 0.12 55.28 0.75 0.53
Hex E1 D3 2F 0 6 4F C 37 4B 35
Octal 341 323 57 0 6 117 14 67 113 65
Binary 11100001 11010011 101111 0 110 1001111 1100 110111 1001011 110101

Color Harmonies of #E1D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D32F

Black with #E1D32F

Text Example


Text Example

White with #E1D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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