Html Css Color HEX #E1B345 Tulip Tree

📋 copy color: '#E1B345'

red 225 ◦ green 179 ◦ blue 69

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

Shades of Tulip Tree #E1B345

Tints of Tulip Tree #E1B345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.84%

 BLUE value IS 69 (27.34% from 255) = 14.59%

R = 47.57%
G = 37.84%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1B345 (or 0xE1B345) is known color: Tulip Tree. HEX triplet: E1, B3 and 45. RGB value is (225,179,69). Sum of RGB (Red+Green+Blue) = 225+179+69=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B345 is #1E4CBA. Grayscale: #B4B4B4. Windows color (decimal): -1985723 or 4568033. OLE color: 4568033.

HSL color Cylindrical-coordinate representation of color #E1B345: hue angle of 42.31º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1B345 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 179 69 -
CMYK 0 0.20 0.69 0.12
HSL 42.31º 0.72% 0.58% -
HSV(B) 42.31º 0.69% 0.88% -
XYZ 48.25 48.68 12.48 -
YUV 180.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 225 179 69 0 0.20 0.69 0.12 42.31 0.72 0.58
Hex E1 B3 45 0 14 45 C 2A 48 3A
Octal 341 263 105 0 24 105 14 52 110 72
Binary 11100001 10110011 1000101 0 10100 1000101 1100 101010 1001000 111010

Color Harmonies of #E1B345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B345

Black with #E1B345

Text Example


Text Example

White with #E1B345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B345; }

 p { color: rgb(225,179,69); }

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

background-color css

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

 a { background-color: rgb(225,179,69); }

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

border-color css

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

 span { border-color: rgb(225,179,69); }

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