Html Css Color HEX #E1DC40 Starship

📋 copy color: '#E1DC40'

red 225 ◦ green 220 ◦ blue 64

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

Shades of Starship #E1DC40

Tints of Starship #E1DC40

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 64 (25.39% from 255) = 12.57%

R = 44.2%
G = 43.22%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1DC40 (or 0xE1DC40) is known color: Starship. HEX triplet: E1, DC and 40. RGB value is (225,220,64). Sum of RGB (Red+Green+Blue) = 225+220+64=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC40 is #1E23BF. Grayscale: #CCCCCC. Windows color (decimal): -1975232 or 4250849. OLE color: 4250849.

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

Color convert

RGB 225 220 64 -
CMYK 0 0.02 0.72 0.12
HSL 58.14º 0.73% 0.57% -
HSV(B) 58.14º 0.72% 0.88% -
XYZ 57.57 67.56 14.86 -
YUV 203.71 49.16 143.18 -
System Red Green Blue C M Y K H S L
Decimal 225 220 64 0 0.02 0.72 0.12 58.14 0.73 0.57
Hex E1 DC 40 0 2 48 C 3A 49 39
Octal 341 334 100 0 2 110 14 72 111 71
Binary 11100001 11011100 1000000 0 10 1001000 1100 111010 1001001 111001

Color Harmonies of #E1DC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC40

Black with #E1DC40

Text Example


Text Example

White with #E1DC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC40; }

 p { color: rgb(225,220,64); }

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

background-color css

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

 a { background-color: rgb(225,220,64); }

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

border-color css

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

 span { border-color: rgb(225,220,64); }

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