Html Css Color HEX #E5BC41 Tulip Tree

📋 copy color: '#E5BC41'

red 229 ◦ green 188 ◦ blue 65

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

Shades of Tulip Tree #E5BC41

Tints of Tulip Tree #E5BC41

RGB

 RED value IS 229 (89.84% from 255) = 47.51%

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

 BLUE value IS 65 (25.78% from 255) = 13.49%

R = 47.51%
G = 39%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5BC41 (or 0xE5BC41) is known color: Tulip Tree. HEX triplet: E5, BC and 41. RGB value is (229,188,65). Sum of RGB (Red+Green+Blue) = 229+188+65=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC41 is #1A43BE. Grayscale: #BABABA. Windows color (decimal): -1721279 or 4308197. OLE color: 4308197.

HSL color Cylindrical-coordinate representation of color #E5BC41: hue angle of 45º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5BC41 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 188 65 -
CMYK 0 0.18 0.72 0.10
HSL 45º 0.76% 0.58% -
HSV(B) 45º 0.72% 0.9% -
XYZ 51.25 53.01 12.53 -
YUV 186.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 229 188 65 0 0.18 0.72 0.10 45 0.76 0.58
Hex E5 BC 41 0 12 48 A 2D 4C 3A
Octal 345 274 101 0 22 110 12 55 114 72
Binary 11100101 10111100 1000001 0 10010 1001000 1010 101101 1001100 111010

Color Harmonies of #E5BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BC41

Black with #E5BC41

Text Example


Text Example

White with #E5BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BC41; }

 p { color: rgb(229,188,65); }

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

background-color css

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

 a { background-color: rgb(229,188,65); }

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

border-color css

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

 span { border-color: rgb(229,188,65); }

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