Html Css Color HEX #EBAA41 Tulip Tree

📋 copy color: '#EBAA41'

red 235 ◦ green 170 ◦ blue 65

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

Shades of Tulip Tree #EBAA41

Tints of Tulip Tree #EBAA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.83%

R = 50%
G = 36.17%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBAA41 (or 0xEBAA41) is known color: Tulip Tree. HEX triplet: EB, AA and 41. RGB value is (235,170,65). Sum of RGB (Red+Green+Blue) = 235+170+65=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA41 is #1455BE. Grayscale: #B1B1B1. Windows color (decimal): -1332671 or 4303595. OLE color: 4303595.

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

Color convert

RGB 235 170 65 -
CMYK 0 0.28 0.72 0.08
HSL 37.06º 0.81% 0.59% -
HSV(B) 37.06º 0.72% 0.92% -
XYZ 49.59 46.79 11.42 -
YUV 177.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 235 170 65 0 0.28 0.72 0.08 37.06 0.81 0.59
Hex EB AA 41 0 1C 48 8 25 51 3B
Octal 353 252 101 0 34 110 10 45 121 73
Binary 11101011 10101010 1000001 0 11100 1001000 1000 100101 1010001 111011

Color Harmonies of #EBAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA41

Black with #EBAA41

Text Example


Text Example

White with #EBAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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