Html Css Color HEX #E1DA41 Starship

📋 copy color: '#E1DA41'

red 225 ◦ green 218 ◦ blue 65

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

Shades of Starship #E1DA41

Tints of Starship #E1DA41

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

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

R = 44.29%
G = 42.91%
B = 12.8%

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

#E1DA41 (or 0xE1DA41) is known color: Starship. HEX triplet: E1, DA and 41. RGB value is (225,218,65). Sum of RGB (Red+Green+Blue) = 225+218+65=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DA41 is #1E25BE. Grayscale: #CBCBCB. Windows color (decimal): -1975743 or 4315873. OLE color: 4315873.

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

Color convert

RGB 225 218 65 -
CMYK 0 0.03 0.71 0.12
HSL 57.38º 0.73% 0.57% -
HSV(B) 57.38º 0.71% 0.88% -
XYZ 57.08 66.53 14.83 -
YUV 202.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 225 218 65 0 0.03 0.71 0.12 57.38 0.73 0.57
Hex E1 DA 41 0 3 47 C 39 49 39
Octal 341 332 101 0 3 107 14 71 111 71
Binary 11100001 11011010 1000001 0 11 1000111 1100 111001 1001001 111001

Color Harmonies of #E1DA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA41

Black with #E1DA41

Text Example


Text Example

White with #E1DA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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