#EB7231

Color #EB7231 Tahiti Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahiti Gold #EB7231

Tints of Tahiti Gold #EB7231

Color information

#EB7231 (or 0xEB7231) is unknown color: approx Tahiti Gold. HEX triplet: EB, 72 and 31. RGB value is (235,114,49). Sum of RGB (Red+Green+Blue) = 235+114+49=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7231 is #148DCE. Grayscale: #8F8F8F. Windows color (decimal): -1347023 or 3240683. OLE color: 3240683.

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

Color convert

RGB23511449-
CMYK00.510.790.08
HSL20.97º82.3%55.69%-
HSV(B)20.97º79.15%92.16%-
XYZ40.8329.926.53-
YUV142.7775.09193.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.05%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 49 (19.53% from 255) = 12.31%
R=59.05%
G=28.64%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351144900.510.790.0820.9782.355.69
HexEB72310334F8155238
Octal35316261063117102512270
Binary111010111110010110001011001110011111000101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7231; }

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

 H1.HeaderClassName
 {
   color: #EB7231;
 }
 .AnyTagClassName
 {
   color: #EB7231;
 }
</style>
background-color css

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

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

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

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

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

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