Html Css Color HEX #EBAA2F Tulip Tree

📋 copy color: '#EBAA2F'

red 235 ◦ green 170 ◦ blue 47

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

Shades of Tulip Tree #EBAA2F

Tints of Tulip Tree #EBAA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.4%

R = 51.99%
G = 37.61%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBAA2F (or 0xEBAA2F) is known color: Tulip Tree. HEX triplet: EB, AA and 2F. RGB value is (235,170,47). Sum of RGB (Red+Green+Blue) = 235+170+47=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA2F is #1455D0. Grayscale: #AFAFAF. Windows color (decimal): -1332689 or 3123947. OLE color: 3123947.

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

Color convert

RGB 235 170 47 -
CMYK 0 0.28 0.8 0.08
HSL 39.26º 0.82% 0.55% -
HSV(B) 39.26º 0.8% 0.92% -
XYZ 49.15 46.62 9.1 -
YUV 175.41 55.53 170.5 -
System Red Green Blue C M Y K H S L
Decimal 235 170 47 0 0.28 0.8 0.08 39.26 0.82 0.55
Hex EB AA 2F 0 1C 50 8 27 52 37
Octal 353 252 57 0 34 120 10 47 122 67
Binary 11101011 10101010 101111 0 11100 1010000 1000 100111 1010010 110111

Color Harmonies of #EBAA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA2F

Black with #EBAA2F

Text Example


Text Example

White with #EBAA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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