Html Css Color HEX #E6A54A Tulip Tree

📋 copy color: '#E6A54A'

red 230 ◦ green 165 ◦ blue 74

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

Shades of Tulip Tree #E6A54A

Tints of Tulip Tree #E6A54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.78%

R = 49.04%
G = 35.18%
B = 15.78%

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

#E6A54A (or 0xE6A54A) is known color: Tulip Tree. HEX triplet: E6, A5 and 4A. RGB value is (230,165,74). Sum of RGB (Red+Green+Blue) = 230+165+74=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A54A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A54A is #195AB5. Grayscale: #AEAEAE. Windows color (decimal): -1661622 or 4892134. OLE color: 4892134.

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

Color convert

RGB 230 165 74 -
CMYK 0 0.28 0.68 0.10
HSL 35º 0.76% 0.6% -
HSV(B) 35º 0.68% 0.9% -
XYZ 47.32 44.23 12.52 -
YUV 174.06 71.53 167.9 -
System Red Green Blue C M Y K H S L
Decimal 230 165 74 0 0.28 0.68 0.10 35 0.76 0.6
Hex E6 A5 4A 0 1C 44 A 23 4C 3C
Octal 346 245 112 0 34 104 12 43 114 74
Binary 11100110 10100101 1001010 0 11100 1000100 1010 100011 1001100 111100

Color Harmonies of #E6A54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A54A

Black with #E6A54A

Text Example


Text Example

White with #E6A54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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