Html Css Color HEX #E4BC40 Tulip Tree

📋 copy color: '#E4BC40'

red 228 ◦ green 188 ◦ blue 64

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

Shades of Tulip Tree #E4BC40

Tints of Tulip Tree #E4BC40

RGB

 RED value IS 228 (89.45% from 255) = 47.5%

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

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

R = 47.5%
G = 39.17%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E4BC40 (or 0xE4BC40) is known color: Tulip Tree. HEX triplet: E4, BC and 40. RGB value is (228,188,64). Sum of RGB (Red+Green+Blue) = 228+188+64=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BC40 is #1B43BF. Grayscale: #BABABA. Windows color (decimal): -1786816 or 4242660. OLE color: 4242660.

HSL color Cylindrical-coordinate representation of color #E4BC40: hue angle of 45.37º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E4BC40 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 188 64 -
CMYK 0 0.18 0.72 0.11
HSL 45.37º 0.75% 0.57% -
HSV(B) 45.37º 0.72% 0.89% -
XYZ 50.9 52.83 12.36 -
YUV 185.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 228 188 64 0 0.18 0.72 0.11 45.37 0.75 0.57
Hex E4 BC 40 0 12 48 B 2D 4B 39
Octal 344 274 100 0 22 110 13 55 113 71
Binary 11100100 10111100 1000000 0 10010 1001000 1011 101101 1001011 111001

Color Harmonies of #E4BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BC40

Black with #E4BC40

Text Example


Text Example

White with #E4BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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