Html Css Color HEX #E1AD42 Tulip Tree

📋 copy color: '#E1AD42'

red 225 ◦ green 173 ◦ blue 66

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

Shades of Tulip Tree #E1AD42

Tints of Tulip Tree #E1AD42

RGB

 RED value IS 225 (88.28% from 255) = 48.49%

 GREEN value IS 173 (67.97% from 255) = 37.28%

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

R = 48.49%
G = 37.28%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1AD42 (or 0xE1AD42) is known color: Tulip Tree. HEX triplet: E1, AD and 42. RGB value is (225,173,66). Sum of RGB (Red+Green+Blue) = 225+173+66=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD42 is #1E52BD. Grayscale: #B0B0B0. Windows color (decimal): -1987262 or 4369889. OLE color: 4369889.

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

Color convert

RGB 225 173 66 -
CMYK 0 0.23 0.71 0.12
HSL 40.38º 0.73% 0.57% -
HSV(B) 40.38º 0.71% 0.88% -
XYZ 46.98 46.29 11.61 -
YUV 176.35 65.73 162.7 -
System Red Green Blue C M Y K H S L
Decimal 225 173 66 0 0.23 0.71 0.12 40.38 0.73 0.57
Hex E1 AD 42 0 17 47 C 28 49 39
Octal 341 255 102 0 27 107 14 50 111 71
Binary 11100001 10101101 1000010 0 10111 1000111 1100 101000 1001001 111001

Color Harmonies of #E1AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AD42

Black with #E1AD42

Text Example


Text Example

White with #E1AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AD42; }

 p { color: rgb(225,173,66); }

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

background-color css

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

 a { background-color: rgb(225,173,66); }

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

border-color css

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

 span { border-color: rgb(225,173,66); }

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