Html Css Color HEX #E5BD40 Tulip Tree

📋 copy color: '#E5BD40'

red 229 ◦ green 189 ◦ blue 64

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

Shades of Tulip Tree #E5BD40

Tints of Tulip Tree #E5BD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.21%

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

R = 47.51%
G = 39.21%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5BD40 (or 0xE5BD40) is known color: Tulip Tree. HEX triplet: E5, BD and 40. RGB value is (229,189,64). Sum of RGB (Red+Green+Blue) = 229+189+64=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BD40 is #1A42BF. Grayscale: #BBBBBB. Windows color (decimal): -1721024 or 4242917. OLE color: 4242917.

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

Color convert

RGB 229 189 64 -
CMYK 0 0.17 0.72 0.10
HSL 45.45º 0.76% 0.57% -
HSV(B) 45.45º 0.72% 0.9% -
XYZ 51.44 53.42 12.45 -
YUV 186.71 58.75 158.16 -
System Red Green Blue C M Y K H S L
Decimal 229 189 64 0 0.17 0.72 0.10 45.45 0.76 0.57
Hex E5 BD 40 0 11 48 A 2D 4C 39
Octal 345 275 100 0 21 110 12 55 114 71
Binary 11100101 10111101 1000000 0 10001 1001000 1010 101101 1001100 111001

Color Harmonies of #E5BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD40

Black with #E5BD40

Text Example


Text Example

White with #E5BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD40; }

 p { color: rgb(229,189,64); }

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

background-color css

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

 a { background-color: rgb(229,189,64); }

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

border-color css

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

 span { border-color: rgb(229,189,64); }

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