Html Css Color HEX #EBAA42 Tulip Tree

📋 copy color: '#EBAA42'

red 235 ◦ green 170 ◦ blue 66

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

Shades of Tulip Tree #EBAA42

Tints of Tulip Tree #EBAA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.01%

R = 49.89%
G = 36.09%
B = 14.01%

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

#EBAA42 (or 0xEBAA42) is known color: Tulip Tree. HEX triplet: EB, AA and 42. RGB value is (235,170,66). Sum of RGB (Red+Green+Blue) = 235+170+66=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA42 is #1455BD. Grayscale: #B2B2B2. Windows color (decimal): -1332670 or 4369131. OLE color: 4369131.

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

Color convert

RGB 235 170 66 -
CMYK 0 0.28 0.72 0.08
HSL 36.92º 0.81% 0.59% -
HSV(B) 36.92º 0.72% 0.92% -
XYZ 49.62 46.8 11.57 -
YUV 177.58 65.03 168.96 -
System Red Green Blue C M Y K H S L
Decimal 235 170 66 0 0.28 0.72 0.08 36.92 0.81 0.59
Hex EB AA 42 0 1C 48 8 25 51 3B
Octal 353 252 102 0 34 110 10 45 121 73
Binary 11101011 10101010 1000010 0 11100 1001000 1000 100101 1010001 111011

Color Harmonies of #EBAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA42

Black with #EBAA42

Text Example


Text Example

White with #EBAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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