Html Css Color HEX #EBAA3F Tulip Tree

📋 copy color: '#EBAA3F'

red 235 ◦ green 170 ◦ blue 63

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

Shades of Tulip Tree #EBAA3F

Tints of Tulip Tree #EBAA3F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 63 (25% from 255) = 13.46%

R = 50.21%
G = 36.32%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBAA3F (or 0xEBAA3F) is known color: Tulip Tree. HEX triplet: EB, AA and 3F. RGB value is (235,170,63). Sum of RGB (Red+Green+Blue) = 235+170+63=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA3F is #1455C0. Grayscale: #B1B1B1. Windows color (decimal): -1332673 or 4172523. OLE color: 4172523.

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

Color convert

RGB 235 170 63 -
CMYK 0 0.28 0.73 0.08
HSL 37.33º 0.81% 0.58% -
HSV(B) 37.33º 0.73% 0.92% -
XYZ 49.53 46.77 11.12 -
YUV 177.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 235 170 63 0 0.28 0.73 0.08 37.33 0.81 0.58
Hex EB AA 3F 0 1C 49 8 25 51 3A
Octal 353 252 77 0 34 111 10 45 121 72
Binary 11101011 10101010 111111 0 11100 1001001 1000 100101 1010001 111010

Color Harmonies of #EBAA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA3F

Black with #EBAA3F

Text Example


Text Example

White with #EBAA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA3F; }

 p { color: rgb(235,170,63); }

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

background-color css

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

 a { background-color: rgb(235,170,63); }

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

border-color css

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

 span { border-color: rgb(235,170,63); }

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