Html Css Color HEX #EBA272 Tacao

📋 copy color: '#EBA272'

red 235 ◦ green 162 ◦ blue 114

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

Shades of Tacao #EBA272

Tints of Tacao #EBA272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

 BLUE value IS 114 (44.92% from 255) = 22.31%

R = 45.99%
G = 31.7%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA272 (or 0xEBA272) is known color: Tacao. HEX triplet: EB, A2 and 72. RGB value is (235,162,114). Sum of RGB (Red+Green+Blue) = 235+162+114=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA272 is #145D8D. Grayscale: #B2B2B2. Windows color (decimal): -1334670 or 7512811. OLE color: 7512811.

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

Color convert

RGB 235 162 114 -
CMYK 0 0.31 0.51 0.08
HSL 23.8º 0.75% 0.68% -
HSV(B) 23.8º 0.51% 0.92% -
XYZ 50.22 44.72 21.9 -
YUV 178.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 235 162 114 0 0.31 0.51 0.08 23.8 0.75 0.68
Hex EB A2 72 0 1F 33 8 18 4B 44
Octal 353 242 162 0 37 63 10 30 113 104
Binary 11101011 10100010 1110010 0 11111 110011 1000 11000 1001011 1000100

Color Harmonies of #EBA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA272

Black with #EBA272

Text Example


Text Example

White with #EBA272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA272; }

 p { color: rgb(235,162,114); }

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

background-color css

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

 a { background-color: rgb(235,162,114); }

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

border-color css

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

 span { border-color: rgb(235,162,114); }

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