Html Css Color HEX #EBA445 Tulip Tree

📋 copy color: '#EBA445'

red 235 ◦ green 164 ◦ blue 69

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

Shades of Tulip Tree #EBA445

Tints of Tulip Tree #EBA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.04%

 BLUE value IS 69 (27.34% from 255) = 14.74%

R = 50.21%
G = 35.04%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBA445 (or 0xEBA445) is known color: Tulip Tree. HEX triplet: EB, A4 and 45. RGB value is (235,164,69). Sum of RGB (Red+Green+Blue) = 235+164+69=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA445 is #145BBA. Grayscale: #AEAEAE. Windows color (decimal): -1334203 or 4564203. OLE color: 4564203.

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

Color convert

RGB 235 164 69 -
CMYK 0 0.30 0.71 0.08
HSL 34.34º 0.81% 0.6% -
HSV(B) 34.34º 0.71% 0.92% -
XYZ 48.61 44.64 11.69 -
YUV 174.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 235 164 69 0 0.30 0.71 0.08 34.34 0.81 0.6
Hex EB A4 45 0 1E 47 8 22 51 3C
Octal 353 244 105 0 36 107 10 42 121 74
Binary 11101011 10100100 1000101 0 11110 1000111 1000 100010 1010001 111100

Color Harmonies of #EBA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA445

Black with #EBA445

Text Example


Text Example

White with #EBA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA445; }

 p { color: rgb(235,164,69); }

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

background-color css

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

 a { background-color: rgb(235,164,69); }

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

border-color css

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

 span { border-color: rgb(235,164,69); }

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