Html Css Color HEX #EBAA3A Tulip Tree

📋 copy color: '#EBAA3A'

red 235 ◦ green 170 ◦ blue 58

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

Shades of Tulip Tree #EBAA3A

Tints of Tulip Tree #EBAA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.53%

R = 50.76%
G = 36.72%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBAA3A (or 0xEBAA3A) is known color: Tulip Tree. HEX triplet: EB, AA and 3A. RGB value is (235,170,58). Sum of RGB (Red+Green+Blue) = 235+170+58=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA3A is #1455C5. Grayscale: #B1B1B1. Windows color (decimal): -1332678 or 3844843. OLE color: 3844843.

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

Color convert

RGB 235 170 58 -
CMYK 0 0.28 0.75 0.08
HSL 37.97º 0.82% 0.57% -
HSV(B) 37.97º 0.75% 0.92% -
XYZ 49.4 46.72 10.42 -
YUV 176.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 235 170 58 0 0.28 0.75 0.08 37.97 0.82 0.57
Hex EB AA 3A 0 1C 4B 8 26 52 39
Octal 353 252 72 0 34 113 10 46 122 71
Binary 11101011 10101010 111010 0 11100 1001011 1000 100110 1010010 111001

Color Harmonies of #EBAA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA3A

Black with #EBAA3A

Text Example


Text Example

White with #EBAA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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