Html Css Color HEX #E0A640 Tulip Tree

📋 copy color: '#E0A640'

red 224 ◦ green 166 ◦ blue 64

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

Shades of Tulip Tree #E0A640

Tints of Tulip Tree #E0A640

RGB

 RED value IS 224 (87.89% from 255) = 49.34%

 GREEN value IS 166 (65.23% from 255) = 36.56%

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

R = 49.34%
G = 36.56%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E0A640 (or 0xE0A640) is known color: Tulip Tree. HEX triplet: E0, A6 and 40. RGB value is (224,166,64). Sum of RGB (Red+Green+Blue) = 224+166+64=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A640 is #1F59BF. Grayscale: #ACACAC. Windows color (decimal): -2054592 or 4237024. OLE color: 4237024.

HSL color Cylindrical-coordinate representation of color #E0A640: hue angle of 38.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0A640 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 166 64 -
CMYK 0 0.26 0.71 0.12
HSL 38.25º 0.72% 0.56% -
HSV(B) 38.25º 0.71% 0.88% -
XYZ 45.3 43.49 10.86 -
YUV 171.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 224 166 64 0 0.26 0.71 0.12 38.25 0.72 0.56
Hex E0 A6 40 0 1A 47 C 26 48 38
Octal 340 246 100 0 32 107 14 46 110 70
Binary 11100000 10100110 1000000 0 11010 1000111 1100 100110 1001000 111000

Color Harmonies of #E0A640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A640

Black with #E0A640

Text Example


Text Example

White with #E0A640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A640; }

 p { color: rgb(224,166,64); }

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

background-color css

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

 a { background-color: rgb(224,166,64); }

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

border-color css

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

 span { border-color: rgb(224,166,64); }

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