Html Css Color HEX #E1A834 Tulip Tree

📋 copy color: '#E1A834'

red 225 ◦ green 168 ◦ blue 52

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

Shades of Tulip Tree #E1A834

Tints of Tulip Tree #E1A834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

 BLUE value IS 52 (20.7% from 255) = 11.69%

R = 50.56%
G = 37.75%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E1A834 (or 0xE1A834) is known color: Tulip Tree. HEX triplet: E1, A8 and 34. RGB value is (225,168,52). Sum of RGB (Red+Green+Blue) = 225+168+52=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A834 is #1E57CB. Grayscale: #ACACAC. Windows color (decimal): -1988556 or 3451105. OLE color: 3451105.

HSL color Cylindrical-coordinate representation of color #E1A834: hue angle of 40.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1A834 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 168 52 -
CMYK 0 0.25 0.77 0.12
HSL 40.23º 0.74% 0.54% -
HSV(B) 40.23º 0.77% 0.88% -
XYZ 45.67 44.26 9.38 -
YUV 171.82 60.38 165.93 -
System Red Green Blue C M Y K H S L
Decimal 225 168 52 0 0.25 0.77 0.12 40.23 0.74 0.54
Hex E1 A8 34 0 19 4D C 28 4A 36
Octal 341 250 64 0 31 115 14 50 112 66
Binary 11100001 10101000 110100 0 11001 1001101 1100 101000 1001010 110110

Color Harmonies of #E1A834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A834

Black with #E1A834

Text Example


Text Example

White with #E1A834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A834; }

 p { color: rgb(225,168,52); }

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

background-color css

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

 a { background-color: rgb(225,168,52); }

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

border-color css

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

 span { border-color: rgb(225,168,52); }

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