Html Css Color HEX #E6A540 Tulip Tree

📋 copy color: '#E6A540'

red 230 ◦ green 165 ◦ blue 64

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

Shades of Tulip Tree #E6A540

Tints of Tulip Tree #E6A540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.95%

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

R = 50.11%
G = 35.95%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E6A540 (or 0xE6A540) is known color: Tulip Tree. HEX triplet: E6, A5 and 40. RGB value is (230,165,64). Sum of RGB (Red+Green+Blue) = 230+165+64=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A540 is #195ABF. Grayscale: #ADADAD. Windows color (decimal): -1661632 or 4236774. OLE color: 4236774.

HSL color Cylindrical-coordinate representation of color #E6A540: hue angle of 36.51º 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 #E6A540 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 64 -
CMYK 0 0.28 0.72 0.10
HSL 36.51º 0.77% 0.58% -
HSV(B) 36.51º 0.72% 0.9% -
XYZ 47.01 44.1 10.89 -
YUV 172.92 66.53 168.71 -
System Red Green Blue C M Y K H S L
Decimal 230 165 64 0 0.28 0.72 0.10 36.51 0.77 0.58
Hex E6 A5 40 0 1C 48 A 25 4D 3A
Octal 346 245 100 0 34 110 12 45 115 72
Binary 11100110 10100101 1000000 0 11100 1001000 1010 100101 1001101 111010

Color Harmonies of #E6A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A540

Black with #E6A540

Text Example


Text Example

White with #E6A540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A540; }

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

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

background-color css

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

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

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

border-color css

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

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

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