Html Css Color HEX #E2A742 Tulip Tree

📋 copy color: '#E2A742'

red 226 ◦ green 167 ◦ blue 66

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

Shades of Tulip Tree #E2A742

Tints of Tulip Tree #E2A742

RGB

 RED value IS 226 (88.67% from 255) = 49.24%

 GREEN value IS 167 (65.63% from 255) = 36.38%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 49.24%
G = 36.38%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E2A742 (or 0xE2A742) is known color: Tulip Tree. HEX triplet: E2, A7 and 42. RGB value is (226,167,66). Sum of RGB (Red+Green+Blue) = 226+167+66=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A742 is #1D58BD. Grayscale: #ADADAD. Windows color (decimal): -1923262 or 4368354. OLE color: 4368354.

HSL color Cylindrical-coordinate representation of color #E2A742: hue angle of 37.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2A742 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 167 66 -
CMYK 0 0.26 0.71 0.11
HSL 37.88º 0.73% 0.57% -
HSV(B) 37.88º 0.71% 0.89% -
XYZ 46.17 44.2 11.25 -
YUV 173.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 226 167 66 0 0.26 0.71 0.11 37.88 0.73 0.57
Hex E2 A7 42 0 1A 47 B 26 49 39
Octal 342 247 102 0 32 107 13 46 111 71
Binary 11100010 10100111 1000010 0 11010 1000111 1011 100110 1001001 111001

Color Harmonies of #E2A742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A742

Black with #E2A742

Text Example


Text Example

White with #E2A742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A742; }

 p { color: rgb(226,167,66); }

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

background-color css

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

 a { background-color: rgb(226,167,66); }

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

border-color css

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

 span { border-color: rgb(226,167,66); }

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