Html Css Color HEX #E1DF41 Starship

📋 copy color: '#E1DF41'

red 225 ◦ green 223 ◦ blue 65

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

Shades of Starship #E1DF41

Tints of Starship #E1DF41

RGB

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

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

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

R = 43.86%
G = 43.47%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1DF41 (or 0xE1DF41) is known color: Starship. HEX triplet: E1, DF and 41. RGB value is (225,223,65). Sum of RGB (Red+Green+Blue) = 225+223+65=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF41 is #1E20BE. Grayscale: #CECECE. Windows color (decimal): -1974463 or 4317153. OLE color: 4317153.

HSL color Cylindrical-coordinate representation of color #E1DF41: hue angle of 59.25º 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 #E1DF41 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 223 65 -
CMYK 0 0.01 0.71 0.12
HSL 59.25º 0.73% 0.57% -
HSV(B) 59.25º 0.71% 0.88% -
XYZ 58.39 69.16 15.27 -
YUV 205.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 225 223 65 0 0.01 0.71 0.12 59.25 0.73 0.57
Hex E1 DF 41 0 1 47 C 3B 49 39
Octal 341 337 101 0 1 107 14 73 111 71
Binary 11100001 11011111 1000001 0 1 1000111 1100 111011 1001001 111001

Color Harmonies of #E1DF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF41

Black with #E1DF41

Text Example


Text Example

White with #E1DF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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