Html Css Color HEX #E1BC40 Tulip Tree

📋 copy color: '#E1BC40'

red 225 ◦ green 188 ◦ blue 64

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

Shades of Tulip Tree #E1BC40

Tints of Tulip Tree #E1BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.42%

R = 47.17%
G = 39.41%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1BC40 (or 0xE1BC40) is known color: Tulip Tree. HEX triplet: E1, BC and 40. RGB value is (225,188,64). Sum of RGB (Red+Green+Blue) = 225+188+64=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC40 is #1E43BF. Grayscale: #B9B9B9. Windows color (decimal): -1983424 or 4242657. OLE color: 4242657.

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

Color convert

RGB 225 188 64 -
CMYK 0 0.16 0.72 0.12
HSL 46.21º 0.73% 0.57% -
HSV(B) 46.21º 0.72% 0.88% -
XYZ 49.96 52.34 12.32 -
YUV 184.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 225 188 64 0 0.16 0.72 0.12 46.21 0.73 0.57
Hex E1 BC 40 0 10 48 C 2E 49 39
Octal 341 274 100 0 20 110 14 56 111 71
Binary 11100001 10111100 1000000 0 10000 1001000 1100 101110 1001001 111001

Color Harmonies of #E1BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC40

Black with #E1BC40

Text Example


Text Example

White with #E1BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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