Html Css Color HEX #E1A830 Tulip Tree

📋 copy color: '#E1A830'

red 225 ◦ green 168 ◦ blue 48

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

Shades of Tulip Tree #E1A830

Tints of Tulip Tree #E1A830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.88%

R = 51.02%
G = 38.1%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1A830 (or 0xE1A830) is known color: Tulip Tree. HEX triplet: E1, A8 and 30. RGB value is (225,168,48). Sum of RGB (Red+Green+Blue) = 225+168+48=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A830 is #1E57CF. Grayscale: #ABABAB. Windows color (decimal): -1988560 or 3188961. OLE color: 3188961.

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

Color convert

RGB 225 168 48 -
CMYK 0 0.25 0.79 0.12
HSL 40.68º 0.75% 0.54% -
HSV(B) 40.68º 0.79% 0.88% -
XYZ 45.59 44.23 8.93 -
YUV 171.36 58.38 166.26 -
System Red Green Blue C M Y K H S L
Decimal 225 168 48 0 0.25 0.79 0.12 40.68 0.75 0.54
Hex E1 A8 30 0 19 4F C 29 4B 36
Octal 341 250 60 0 31 117 14 51 113 66
Binary 11100001 10101000 110000 0 11001 1001111 1100 101001 1001011 110110

Color Harmonies of #E1A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A830

Black with #E1A830

Text Example


Text Example

White with #E1A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A830; }

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

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

background-color css

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

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

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

border-color css

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

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

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