Html Css Color HEX #EBA740 Tulip Tree

📋 copy color: '#EBA740'

red 235 ◦ green 167 ◦ blue 64

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

Shades of Tulip Tree #EBA740

Tints of Tulip Tree #EBA740

RGB

 RED value IS 235 (92.19% from 255) = 50.43%

 GREEN value IS 167 (65.63% from 255) = 35.84%

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

R = 50.43%
G = 35.84%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBA740 (or 0xEBA740) is known color: Tulip Tree. HEX triplet: EB, A7 and 40. RGB value is (235,167,64). Sum of RGB (Red+Green+Blue) = 235+167+64=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA740 is #1458BF. Grayscale: #B0B0B0. Windows color (decimal): -1333440 or 4237291. OLE color: 4237291.

HSL color Cylindrical-coordinate representation of color #EBA740: hue angle of 36.14º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBA740 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 64 -
CMYK 0 0.29 0.73 0.08
HSL 36.14º 0.81% 0.59% -
HSV(B) 36.14º 0.73% 0.92% -
XYZ 49.01 45.67 11.08 -
YUV 175.59 65.03 170.38 -
System Red Green Blue C M Y K H S L
Decimal 235 167 64 0 0.29 0.73 0.08 36.14 0.81 0.59
Hex EB A7 40 0 1D 49 8 24 51 3B
Octal 353 247 100 0 35 111 10 44 121 73
Binary 11101011 10100111 1000000 0 11101 1001001 1000 100100 1010001 111011

Color Harmonies of #EBA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA740

Black with #EBA740

Text Example


Text Example

White with #EBA740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA740; }

 p { color: rgb(235,167,64); }

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

background-color css

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

 a { background-color: rgb(235,167,64); }

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

border-color css

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

 span { border-color: rgb(235,167,64); }

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