Html Css Color HEX #EBA540 Tulip Tree

📋 copy color: '#EBA540'

red 235 ◦ green 165 ◦ blue 64

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

Shades of Tulip Tree #EBA540

Tints of Tulip Tree #EBA540

RGB

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

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

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

R = 50.65%
G = 35.56%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBA540 (or 0xEBA540) is known color: Tulip Tree. HEX triplet: EB, A5 and 40. RGB value is (235,165,64). Sum of RGB (Red+Green+Blue) = 235+165+64=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA540 is #145ABF. Grayscale: #AEAEAE. Windows color (decimal): -1333952 or 4236779. OLE color: 4236779.

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

Color convert

RGB 235 165 64 -
CMYK 0 0.30 0.73 0.08
HSL 35.44º 0.81% 0.59% -
HSV(B) 35.44º 0.73% 0.92% -
XYZ 48.64 44.94 10.96 -
YUV 174.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 235 165 64 0 0.30 0.73 0.08 35.44 0.81 0.59
Hex EB A5 40 0 1E 49 8 23 51 3B
Octal 353 245 100 0 36 111 10 43 121 73
Binary 11101011 10100101 1000000 0 11110 1001001 1000 100011 1010001 111011

Color Harmonies of #EBA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA540

Black with #EBA540

Text Example


Text Example

White with #EBA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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