Html Css Color HEX #E1DA3E Starship

📋 copy color: '#E1DA3E'

red 225 ◦ green 218 ◦ blue 62

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

Shades of Starship #E1DA3E

Tints of Starship #E1DA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.28%

R = 44.55%
G = 43.17%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1DA3E (or 0xE1DA3E) is known color: Starship. HEX triplet: E1, DA and 3E. RGB value is (225,218,62). Sum of RGB (Red+Green+Blue) = 225+218+62=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DA3E is #1E25C1. Grayscale: #CACACA. Windows color (decimal): -1975746 or 4119265. OLE color: 4119265.

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

Color convert

RGB 225 218 62 -
CMYK 0 0.03 0.72 0.12
HSL 57.42º 0.73% 0.56% -
HSV(B) 57.42º 0.72% 0.88% -
XYZ 56.99 66.5 14.39 -
YUV 202.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 225 218 62 0 0.03 0.72 0.12 57.42 0.73 0.56
Hex E1 DA 3E 0 3 48 C 39 49 38
Octal 341 332 76 0 3 110 14 71 111 70
Binary 11100001 11011010 111110 0 11 1001000 1100 111001 1001001 111000

Color Harmonies of #E1DA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA3E

Black with #E1DA3E

Text Example


Text Example

White with #E1DA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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