Html Css Color HEX #E1BA3A Tulip Tree

📋 copy color: '#E1BA3A'

red 225 ◦ green 186 ◦ blue 58

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

Shades of Tulip Tree #E1BA3A

Tints of Tulip Tree #E1BA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.37%

R = 47.97%
G = 39.66%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1BA3A (or 0xE1BA3A) is known color: Tulip Tree. HEX triplet: E1, BA and 3A. RGB value is (225,186,58). Sum of RGB (Red+Green+Blue) = 225+186+58=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA3A is #1E45C5. Grayscale: #B7B7B7. Windows color (decimal): -1983942 or 3848929. OLE color: 3848929.

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

Color convert

RGB 225 186 58 -
CMYK 0 0.17 0.74 0.12
HSL 45.99º 0.74% 0.55% -
HSV(B) 45.99º 0.74% 0.88% -
XYZ 49.37 51.43 11.33 -
YUV 183.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 225 186 58 0 0.17 0.74 0.12 45.99 0.74 0.55
Hex E1 BA 3A 0 11 4A C 2E 4A 37
Octal 341 272 72 0 21 112 14 56 112 67
Binary 11100001 10111010 111010 0 10001 1001010 1100 101110 1001010 110111

Color Harmonies of #E1BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA3A

Black with #E1BA3A

Text Example


Text Example

White with #E1BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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