Html Css Color HEX #E1BC3C Tulip Tree

📋 copy color: '#E1BC3C'

red 225 ◦ green 188 ◦ blue 60

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

Shades of Tulip Tree #E1BC3C

Tints of Tulip Tree #E1BC3C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

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

R = 47.57%
G = 39.75%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1BC3C (or 0xE1BC3C) is known color: Tulip Tree. HEX triplet: E1, BC and 3C. RGB value is (225,188,60). Sum of RGB (Red+Green+Blue) = 225+188+60=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC3C is #1E43C3. Grayscale: #B9B9B9. Windows color (decimal): -1983428 or 3980513. OLE color: 3980513.

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

Color convert

RGB 225 188 60 -
CMYK 0 0.16 0.73 0.12
HSL 46.55º 0.73% 0.56% -
HSV(B) 46.55º 0.73% 0.88% -
XYZ 49.85 52.3 11.74 -
YUV 184.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 225 188 60 0 0.16 0.73 0.12 46.55 0.73 0.56
Hex E1 BC 3C 0 10 49 C 2F 49 38
Octal 341 274 74 0 20 111 14 57 111 70
Binary 11100001 10111100 111100 0 10000 1001001 1100 101111 1001001 111000

Color Harmonies of #E1BC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC3C

Black with #E1BC3C

Text Example


Text Example

White with #E1BC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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