Html Css Color HEX #E6A535 Tulip Tree

📋 copy color: '#E6A535'

red 230 ◦ green 165 ◦ blue 53

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

Shades of Tulip Tree #E6A535

Tints of Tulip Tree #E6A535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.83%

R = 51.34%
G = 36.83%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E6A535 (or 0xE6A535) is known color: Tulip Tree. HEX triplet: E6, A5 and 35. RGB value is (230,165,53). Sum of RGB (Red+Green+Blue) = 230+165+53=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A535 is #195ACA. Grayscale: #ACACAC. Windows color (decimal): -1661643 or 3515878. OLE color: 3515878.

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

Color convert

RGB 230 165 53 -
CMYK 0 0.28 0.77 0.10
HSL 37.97º 0.78% 0.55% -
HSV(B) 37.97º 0.77% 0.9% -
XYZ 46.73 43.99 9.4 -
YUV 171.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 230 165 53 0 0.28 0.77 0.10 37.97 0.78 0.55
Hex E6 A5 35 0 1C 4D A 26 4E 37
Octal 346 245 65 0 34 115 12 46 116 67
Binary 11100110 10100101 110101 0 11100 1001101 1010 100110 1001110 110111

Color Harmonies of #E6A535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A535

Black with #E6A535

Text Example


Text Example

White with #E6A535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A535; }

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

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

background-color css

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

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

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

border-color css

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

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

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