Html Css Color HEX #EBA846 Tulip Tree

📋 copy color: '#EBA846'

red 235 ◦ green 168 ◦ blue 70

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

Shades of Tulip Tree #EBA846

Tints of Tulip Tree #EBA846

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.52%

 BLUE value IS 70 (27.73% from 255) = 14.8%

R = 49.68%
G = 35.52%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBA846 (or 0xEBA846) is known color: Tulip Tree. HEX triplet: EB, A8 and 46. RGB value is (235,168,70). Sum of RGB (Red+Green+Blue) = 235+168+70=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA846 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA846 is #1457B9. Grayscale: #B1B1B1. Windows color (decimal): -1333178 or 4630763. OLE color: 4630763.

HSL color Cylindrical-coordinate representation of color #EBA846: hue angle of 35.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBA846 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 70 -
CMYK 0 0.29 0.70 0.08
HSL 35.64º 0.8% 0.6% -
HSV(B) 35.64º 0.7% 0.92% -
XYZ 49.37 46.11 12.09 -
YUV 176.86 67.7 169.47 -
System Red Green Blue C M Y K H S L
Decimal 235 168 70 0 0.29 0.70 0.08 35.64 0.8 0.6
Hex EB A8 46 0 1D 46 8 24 50 3C
Octal 353 250 106 0 35 106 10 44 120 74
Binary 11101011 10101000 1000110 0 11101 1000110 1000 100100 1010000 111100

Color Harmonies of #EBA846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA846

Black with #EBA846

Text Example


Text Example

White with #EBA846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA846; }

 p { color: rgb(235,168,70); }

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

background-color css

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

 a { background-color: rgb(235,168,70); }

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

border-color css

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

 span { border-color: rgb(235,168,70); }

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