Html Css Color HEX #E6A549 Tulip Tree

📋 copy color: '#E6A549'

red 230 ◦ green 165 ◦ blue 73

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

Shades of Tulip Tree #E6A549

Tints of Tulip Tree #E6A549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.6%

R = 49.15%
G = 35.26%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6A549 (or 0xE6A549) is known color: Tulip Tree. HEX triplet: E6, A5 and 49. RGB value is (230,165,73). Sum of RGB (Red+Green+Blue) = 230+165+73=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A549 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A549 is #195AB6. Grayscale: #AEAEAE. Windows color (decimal): -1661623 or 4826598. OLE color: 4826598.

HSL color Cylindrical-coordinate representation of color #E6A549: hue angle of 35.16º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6A549 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 73 -
CMYK 0 0.28 0.68 0.10
HSL 35.16º 0.76% 0.59% -
HSV(B) 35.16º 0.68% 0.9% -
XYZ 47.29 44.21 12.35 -
YUV 173.95 71.03 167.98 -
System Red Green Blue C M Y K H S L
Decimal 230 165 73 0 0.28 0.68 0.10 35.16 0.76 0.59
Hex E6 A5 49 0 1C 44 A 23 4C 3B
Octal 346 245 111 0 34 104 12 43 114 73
Binary 11100110 10100101 1001001 0 11100 1000100 1010 100011 1001100 111011

Color Harmonies of #E6A549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A549

Black with #E6A549

Text Example


Text Example

White with #E6A549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A549; }

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

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

background-color css

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

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

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

border-color css

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

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

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