Html Css Color HEX #E1BA44 Tulip Tree

📋 copy color: '#E1BA44'

red 225 ◦ green 186 ◦ blue 68

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

Shades of Tulip Tree #E1BA44

Tints of Tulip Tree #E1BA44

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 68 (26.95% from 255) = 14.2%

R = 46.97%
G = 38.83%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E1BA44 (or 0xE1BA44) is known color: Tulip Tree. HEX triplet: E1, BA and 44. RGB value is (225,186,68). Sum of RGB (Red+Green+Blue) = 225+186+68=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA44 is #1E45BB. Grayscale: #B8B8B8. Windows color (decimal): -1983932 or 4504289. OLE color: 4504289.

HSL color Cylindrical-coordinate representation of color #E1BA44: hue angle of 45.1º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1BA44 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 68 -
CMYK 0 0.17 0.70 0.12
HSL 45.1º 0.72% 0.57% -
HSV(B) 45.1º 0.7% 0.88% -
XYZ 49.65 51.54 12.8 -
YUV 184.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 225 186 68 0 0.17 0.70 0.12 45.1 0.72 0.57
Hex E1 BA 44 0 11 46 C 2D 48 39
Octal 341 272 104 0 21 106 14 55 110 71
Binary 11100001 10111010 1000100 0 10001 1000110 1100 101101 1001000 111001

Color Harmonies of #E1BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA44

Black with #E1BA44

Text Example


Text Example

White with #E1BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA44; }

 p { color: rgb(225,186,68); }

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

background-color css

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

 a { background-color: rgb(225,186,68); }

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

border-color css

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

 span { border-color: rgb(225,186,68); }

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