Html Css Color HEX #E1B940 Tulip Tree

📋 copy color: '#E1B940'

red 225 ◦ green 185 ◦ blue 64

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

Shades of Tulip Tree #E1B940

Tints of Tulip Tree #E1B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 47.47%
G = 39.03%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1B940 (or 0xE1B940) is known color: Tulip Tree. HEX triplet: E1, B9 and 40. RGB value is (225,185,64). Sum of RGB (Red+Green+Blue) = 225+185+64=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B940 is #1E46BF. Grayscale: #B7B7B7. Windows color (decimal): -1984192 or 4241889. OLE color: 4241889.

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

Color convert

RGB 225 185 64 -
CMYK 0 0.18 0.72 0.12
HSL 45.09º 0.73% 0.57% -
HSV(B) 45.09º 0.72% 0.88% -
XYZ 49.33 51.08 12.11 -
YUV 183.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 225 185 64 0 0.18 0.72 0.12 45.09 0.73 0.57
Hex E1 B9 40 0 12 48 C 2D 49 39
Octal 341 271 100 0 22 110 14 55 111 71
Binary 11100001 10111001 1000000 0 10010 1001000 1100 101101 1001001 111001

Color Harmonies of #E1B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B940

Black with #E1B940

Text Example


Text Example

White with #E1B940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B940; }

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

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

background-color css

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

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

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

border-color css

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

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

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