Html Css Color HEX #EBA645 Tulip Tree

📋 copy color: '#EBA645'

red 235 ◦ green 166 ◦ blue 69

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

Shades of Tulip Tree #EBA645

Tints of Tulip Tree #EBA645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.68%

R = 50%
G = 35.32%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBA645 (or 0xEBA645) is known color: Tulip Tree. HEX triplet: EB, A6 and 45. RGB value is (235,166,69). Sum of RGB (Red+Green+Blue) = 235+166+69=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA645 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA645 is #1459BA. Grayscale: #B0B0B0. Windows color (decimal): -1333691 or 4564715. OLE color: 4564715.

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

Color convert

RGB 235 166 69 -
CMYK 0 0.29 0.71 0.08
HSL 35.06º 0.81% 0.6% -
HSV(B) 35.06º 0.71% 0.92% -
XYZ 48.97 45.36 11.81 -
YUV 175.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 235 166 69 0 0.29 0.71 0.08 35.06 0.81 0.6
Hex EB A6 45 0 1D 47 8 23 51 3C
Octal 353 246 105 0 35 107 10 43 121 74
Binary 11101011 10100110 1000101 0 11101 1000111 1000 100011 1010001 111100

Color Harmonies of #EBA645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA645

Black with #EBA645

Text Example


Text Example

White with #EBA645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA645; }

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

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

background-color css

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

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

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

border-color css

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

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

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