Html Css Color HEX #EBA646 Tulip Tree

📋 copy color: '#EBA646'

red 235 ◦ green 166 ◦ blue 70

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

Shades of Tulip Tree #EBA646

Tints of Tulip Tree #EBA646

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

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

R = 49.89%
G = 35.24%
B = 14.86%

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

#EBA646 (or 0xEBA646) is known color: Tulip Tree. HEX triplet: EB, A6 and 46. RGB value is (235,166,70). Sum of RGB (Red+Green+Blue) = 235+166+70=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA646 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA646 is #1459B9. Grayscale: #B0B0B0. Windows color (decimal): -1333690 or 4630251. OLE color: 4630251.

HSL color Cylindrical-coordinate representation of color #EBA646: hue angle of 34.91º 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 #EBA646 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 70 -
CMYK 0 0.29 0.70 0.08
HSL 34.91º 0.8% 0.6% -
HSV(B) 34.91º 0.7% 0.92% -
XYZ 49 45.38 11.97 -
YUV 175.69 68.36 170.31 -
System Red Green Blue C M Y K H S L
Decimal 235 166 70 0 0.29 0.70 0.08 34.91 0.8 0.6
Hex EB A6 46 0 1D 46 8 23 50 3C
Octal 353 246 106 0 35 106 10 43 120 74
Binary 11101011 10100110 1000110 0 11101 1000110 1000 100011 1010000 111100

Color Harmonies of #EBA646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA646

Black with #EBA646

Text Example


Text Example

White with #EBA646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA646; }

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

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

background-color css

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

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

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

border-color css

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

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

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