Html Css Color HEX #E1BA3C Tulip Tree

📋 copy color: '#E1BA3C'

red 225 ◦ green 186 ◦ blue 60

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

Shades of Tulip Tree #E1BA3C

Tints of Tulip Tree #E1BA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.74%

R = 47.77%
G = 39.49%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1BA3C (or 0xE1BA3C) is known color: Tulip Tree. HEX triplet: E1, BA and 3C. RGB value is (225,186,60). Sum of RGB (Red+Green+Blue) = 225+186+60=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA3C is #1E45C3. Grayscale: #B7B7B7. Windows color (decimal): -1983940 or 3980001. OLE color: 3980001.

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

Color convert

RGB 225 186 60 -
CMYK 0 0.17 0.73 0.12
HSL 45.82º 0.73% 0.56% -
HSV(B) 45.82º 0.73% 0.88% -
XYZ 49.43 51.45 11.6 -
YUV 183.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 225 186 60 0 0.17 0.73 0.12 45.82 0.73 0.56
Hex E1 BA 3C 0 11 49 C 2E 49 38
Octal 341 272 74 0 21 111 14 56 111 70
Binary 11100001 10111010 111100 0 10001 1001001 1100 101110 1001001 111000

Color Harmonies of #E1BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA3C

Black with #E1BA3C

Text Example


Text Example

White with #E1BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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