Html Css Color HEX #EBA546 Tulip Tree

📋 copy color: '#EBA546'

red 235 ◦ green 165 ◦ blue 70

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

Shades of Tulip Tree #EBA546

Tints of Tulip Tree #EBA546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

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

R = 50%
G = 35.11%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBA546 (or 0xEBA546) is known color: Tulip Tree. HEX triplet: EB, A5 and 46. RGB value is (235,165,70). Sum of RGB (Red+Green+Blue) = 235+165+70=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA546 is #145AB9. Grayscale: #AFAFAF. Windows color (decimal): -1333946 or 4629995. OLE color: 4629995.

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

Color convert

RGB 235 165 70 -
CMYK 0 0.30 0.70 0.08
HSL 34.55º 0.8% 0.6% -
HSV(B) 34.55º 0.7% 0.92% -
XYZ 48.82 45.01 11.91 -
YUV 175.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 235 165 70 0 0.30 0.70 0.08 34.55 0.8 0.6
Hex EB A5 46 0 1E 46 8 23 50 3C
Octal 353 245 106 0 36 106 10 43 120 74
Binary 11101011 10100101 1000110 0 11110 1000110 1000 100011 1010000 111100

Color Harmonies of #EBA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA546

Black with #EBA546

Text Example


Text Example

White with #EBA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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