Html Css Color HEX #E1DB41 Starship

📋 copy color: '#E1DB41'

red 225 ◦ green 219 ◦ blue 65

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

Shades of Starship #E1DB41

Tints of Starship #E1DB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

 BLUE value IS 65 (25.78% from 255) = 12.77%

R = 44.2%
G = 43.03%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1DB41 (or 0xE1DB41) is known color: Starship. HEX triplet: E1, DB and 41. RGB value is (225,219,65). Sum of RGB (Red+Green+Blue) = 225+219+65=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB41 is #1E24BE. Grayscale: #CBCBCB. Windows color (decimal): -1975487 or 4316129. OLE color: 4316129.

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

Color convert

RGB 225 219 65 -
CMYK 0 0.03 0.71 0.12
HSL 57.75º 0.73% 0.57% -
HSV(B) 57.75º 0.71% 0.88% -
XYZ 57.34 67.05 14.92 -
YUV 203.24 49.99 143.52 -
System Red Green Blue C M Y K H S L
Decimal 225 219 65 0 0.03 0.71 0.12 57.75 0.73 0.57
Hex E1 DB 41 0 3 47 C 3A 49 39
Octal 341 333 101 0 3 107 14 72 111 71
Binary 11100001 11011011 1000001 0 11 1000111 1100 111010 1001001 111001

Color Harmonies of #E1DB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB41

Black with #E1DB41

Text Example


Text Example

White with #E1DB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB41; }

 p { color: rgb(225,219,65); }

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

background-color css

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

 a { background-color: rgb(225,219,65); }

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

border-color css

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

 span { border-color: rgb(225,219,65); }

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