Html Css Color HEX #E6DC3F Starship

📋 copy color: '#E6DC3F'

red 230 ◦ green 220 ◦ blue 63

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

Shades of Starship #E6DC3F

Tints of Starship #E6DC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

 BLUE value IS 63 (25% from 255) = 12.28%

R = 44.83%
G = 42.88%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6DC3F (or 0xE6DC3F) is known color: Starship. HEX triplet: E6, DC and 3F. RGB value is (230,220,63). Sum of RGB (Red+Green+Blue) = 230+220+63=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DC3F is #1923C0. Grayscale: #CDCDCD. Windows color (decimal): -1647553 or 4185318. OLE color: 4185318.

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

Color convert

RGB 230 220 63 -
CMYK 0 0.04 0.73 0.10
HSL 56.41º 0.77% 0.57% -
HSV(B) 56.41º 0.73% 0.9% -
XYZ 59.12 68.37 14.78 -
YUV 205.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 230 220 63 0 0.04 0.73 0.10 56.41 0.77 0.57
Hex E6 DC 3F 0 4 49 A 38 4D 39
Octal 346 334 77 0 4 111 12 70 115 71
Binary 11100110 11011100 111111 0 100 1001001 1010 111000 1001101 111001

Color Harmonies of #E6DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC3F

Black with #E6DC3F

Text Example


Text Example

White with #E6DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC3F; }

 p { color: rgb(230,220,63); }

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

background-color css

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

 a { background-color: rgb(230,220,63); }

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

border-color css

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

 span { border-color: rgb(230,220,63); }

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