Html Css Color HEX #E1AD34 Tulip Tree

📋 copy color: '#E1AD34'

red 225 ◦ green 173 ◦ blue 52

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

Shades of Tulip Tree #E1AD34

Tints of Tulip Tree #E1AD34

RGB

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

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

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

R = 50%
G = 38.44%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E1AD34 (or 0xE1AD34) is known color: Tulip Tree. HEX triplet: E1, AD and 34. RGB value is (225,173,52). Sum of RGB (Red+Green+Blue) = 225+173+52=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD34 is #1E52CB. Grayscale: #AFAFAF. Windows color (decimal): -1987276 or 3452385. OLE color: 3452385.

HSL color Cylindrical-coordinate representation of color #E1AD34: hue angle of 41.97º 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 #E1AD34 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 173 52 -
CMYK 0 0.23 0.77 0.12
HSL 41.97º 0.74% 0.54% -
HSV(B) 41.97º 0.77% 0.88% -
XYZ 46.61 46.14 9.7 -
YUV 174.75 58.73 163.84 -
System Red Green Blue C M Y K H S L
Decimal 225 173 52 0 0.23 0.77 0.12 41.97 0.74 0.54
Hex E1 AD 34 0 17 4D C 2A 4A 36
Octal 341 255 64 0 27 115 14 52 112 66
Binary 11100001 10101101 110100 0 10111 1001101 1100 101010 1001010 110110

Color Harmonies of #E1AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AD34

Black with #E1AD34

Text Example


Text Example

White with #E1AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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