Html Css Color HEX #E1DA3C Starship

📋 copy color: '#E1DA3C'

red 225 ◦ green 218 ◦ blue 60

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

Shades of Starship #E1DA3C

Tints of Starship #E1DA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.93%

R = 44.73%
G = 43.34%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1DA3C (or 0xE1DA3C) is known color: Starship. HEX triplet: E1, DA and 3C. RGB value is (225,218,60). Sum of RGB (Red+Green+Blue) = 225+218+60=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DA3C is #1E25C3. Grayscale: #CACACA. Windows color (decimal): -1975748 or 3988193. OLE color: 3988193.

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

Color convert

RGB 225 218 60 -
CMYK 0 0.03 0.73 0.12
HSL 57.45º 0.73% 0.56% -
HSV(B) 57.45º 0.73% 0.88% -
XYZ 56.94 66.48 14.11 -
YUV 202.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 225 218 60 0 0.03 0.73 0.12 57.45 0.73 0.56
Hex E1 DA 3C 0 3 49 C 39 49 38
Octal 341 332 74 0 3 111 14 71 111 70
Binary 11100001 11011010 111100 0 11 1001001 1100 111001 1001001 111000

Color Harmonies of #E1DA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA3C

Black with #E1DA3C

Text Example


Text Example

White with #E1DA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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