Html Css Color HEX #E1D640 Starship

📋 copy color: '#E1D640'

red 225 ◦ green 214 ◦ blue 64

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

Shades of Starship #E1D640

Tints of Starship #E1D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.54%

 BLUE value IS 64 (25.39% from 255) = 12.72%

R = 44.73%
G = 42.54%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1D640 (or 0xE1D640) is known color: Starship. HEX triplet: E1, D6 and 40. RGB value is (225,214,64). Sum of RGB (Red+Green+Blue) = 225+214+64=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D640 is #1E29BF. Grayscale: #C8C8C8. Windows color (decimal): -1976768 or 4249313. OLE color: 4249313.

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

Color convert

RGB 225 214 64 -
CMYK 0 0.05 0.72 0.12
HSL 55.9º 0.73% 0.57% -
HSV(B) 55.9º 0.72% 0.88% -
XYZ 56.02 64.47 14.34 -
YUV 200.19 51.14 145.7 -
System Red Green Blue C M Y K H S L
Decimal 225 214 64 0 0.05 0.72 0.12 55.9 0.73 0.57
Hex E1 D6 40 0 5 48 C 38 49 39
Octal 341 326 100 0 5 110 14 70 111 71
Binary 11100001 11010110 1000000 0 101 1001000 1100 111000 1001001 111001

Color Harmonies of #E1D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D640

Black with #E1D640

Text Example


Text Example

White with #E1D640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D640; }

 p { color: rgb(225,214,64); }

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

background-color css

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

 a { background-color: rgb(225,214,64); }

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

border-color css

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

 span { border-color: rgb(225,214,64); }

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