Html Css Color HEX #E1A330 Tulip Tree

📋 copy color: '#E1A330'

red 225 ◦ green 163 ◦ blue 48

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

Shades of Tulip Tree #E1A330

Tints of Tulip Tree #E1A330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.39%

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

R = 51.61%
G = 37.39%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1A330 (or 0xE1A330) is known color: Tulip Tree. HEX triplet: E1, A3 and 30. RGB value is (225,163,48). Sum of RGB (Red+Green+Blue) = 225+163+48=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A330 is #1E5CCF. Grayscale: #A8A8A8. Windows color (decimal): -1989840 or 3187681. OLE color: 3187681.

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

Color convert

RGB 225 163 48 -
CMYK 0 0.28 0.79 0.12
HSL 38.98º 0.75% 0.54% -
HSV(B) 38.98º 0.79% 0.88% -
XYZ 44.68 42.42 8.63 -
YUV 168.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 225 163 48 0 0.28 0.79 0.12 38.98 0.75 0.54
Hex E1 A3 30 0 1C 4F C 27 4B 36
Octal 341 243 60 0 34 117 14 47 113 66
Binary 11100001 10100011 110000 0 11100 1001111 1100 100111 1001011 110110

Color Harmonies of #E1A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A330

Black with #E1A330

Text Example


Text Example

White with #E1A330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A330; }

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

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

background-color css

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

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

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

border-color css

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

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

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