Html Css Color HEX #E6D740 Starship

📋 copy color: '#E6D740'

red 230 ◦ green 215 ◦ blue 64

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

Shades of Starship #E6D740

Tints of Starship #E6D740

RGB

 RED value IS 230 (90.23% from 255) = 45.19%

 GREEN value IS 215 (84.38% from 255) = 42.24%

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

R = 45.19%
G = 42.24%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E6D740 (or 0xE6D740) is known color: Starship. HEX triplet: E6, D7 and 40. RGB value is (230,215,64). Sum of RGB (Red+Green+Blue) = 230+215+64=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D740 is #1928BF. Grayscale: #CACACA. Windows color (decimal): -1648832 or 4249574. OLE color: 4249574.

HSL color Cylindrical-coordinate representation of color #E6D740: hue angle of 54.58º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6D740 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 215 64 -
CMYK 0 0.07 0.72 0.10
HSL 54.58º 0.77% 0.58% -
HSV(B) 54.58º 0.72% 0.9% -
XYZ 57.86 65.79 14.5 -
YUV 202.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 230 215 64 0 0.07 0.72 0.10 54.58 0.77 0.58
Hex E6 D7 40 0 7 48 A 37 4D 3A
Octal 346 327 100 0 7 110 12 67 115 72
Binary 11100110 11010111 1000000 0 111 1001000 1010 110111 1001101 111010

Color Harmonies of #E6D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D740

Black with #E6D740

Text Example


Text Example

White with #E6D740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D740; }

 p { color: rgb(230,215,64); }

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

background-color css

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

 a { background-color: rgb(230,215,64); }

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

border-color css

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

 span { border-color: rgb(230,215,64); }

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