Html Css Color HEX #E1DF46 Starship

📋 copy color: '#E1DF46'

red 225 ◦ green 223 ◦ blue 70

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

Shades of Starship #E1DF46

Tints of Starship #E1DF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.51%

R = 43.44%
G = 43.05%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1DF46 (or 0xE1DF46) is known color: Starship. HEX triplet: E1, DF and 46. RGB value is (225,223,70). Sum of RGB (Red+Green+Blue) = 225+223+70=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF46 is #1E20B9. Grayscale: #CECECE. Windows color (decimal): -1974458 or 4644833. OLE color: 4644833.

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

Color convert

RGB 225 223 70 -
CMYK 0 0.01 0.69 0.12
HSL 59.23º 0.72% 0.58% -
HSV(B) 59.23º 0.69% 0.88% -
XYZ 58.54 69.23 16.07 -
YUV 206.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 225 223 70 0 0.01 0.69 0.12 59.23 0.72 0.58
Hex E1 DF 46 0 1 45 C 3B 48 3A
Octal 341 337 106 0 1 105 14 73 110 72
Binary 11100001 11011111 1000110 0 1 1000101 1100 111011 1001000 111010

Color Harmonies of #E1DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF46

Black with #E1DF46

Text Example


Text Example

White with #E1DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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