Html Css Color HEX #E1DF47 Starship

📋 copy color: '#E1DF47'

red 225 ◦ green 223 ◦ blue 71

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

Shades of Starship #E1DF47

Tints of Starship #E1DF47

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

 BLUE value IS 71 (28.13% from 255) = 13.68%

R = 43.35%
G = 42.97%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1DF47 (or 0xE1DF47) is known color: Starship. HEX triplet: E1, DF and 47. RGB value is (225,223,71). Sum of RGB (Red+Green+Blue) = 225+223+71=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF47 is #1E20B8. Grayscale: #CECECE. Windows color (decimal): -1974457 or 4710369. OLE color: 4710369.

HSL color Cylindrical-coordinate representation of color #E1DF47: hue angle of 59.22º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1DF47 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 223 71 -
CMYK 0 0.01 0.68 0.12
HSL 59.22º 0.72% 0.58% -
HSV(B) 59.22º 0.68% 0.88% -
XYZ 58.58 69.24 16.24 -
YUV 206.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 225 223 71 0 0.01 0.68 0.12 59.22 0.72 0.58
Hex E1 DF 47 0 1 44 C 3B 48 3A
Octal 341 337 107 0 1 104 14 73 110 72
Binary 11100001 11011111 1000111 0 1 1000100 1100 111011 1001000 111010

Color Harmonies of #E1DF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF47

Black with #E1DF47

Text Example


Text Example

White with #E1DF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF47; }

 p { color: rgb(225,223,71); }

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

background-color css

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

 a { background-color: rgb(225,223,71); }

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

border-color css

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

 span { border-color: rgb(225,223,71); }

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