#EB7027

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

Shades of Tahiti Gold #EB7027

Tints of Tahiti Gold #EB7027

Color information

#EB7027 (or 0xEB7027) is unknown color: approx Tahiti Gold. HEX triplet: EB, 70 and 27. RGB value is (235,112,39). Sum of RGB (Red+Green+Blue) = 235+112+39=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7027 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7027 is #148FD8. Grayscale: #8C8C8C. Windows color (decimal): -1347545 or 2584811. OLE color: 2584811.

HSL color Cylindrical-coordinate representation of color #EB7027: hue angle of 22.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB7027 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB23511239-
CMYK00.520.830.08
HSL22.35º83.05%53.73%-
HSV(B)22.35º83.4%92.16%-
XYZ40.4229.45.46-
YUV140.4670.75195.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 39 (15.62% from 255) = 10.10%
R=60.88%
G=29.02%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351123900.520.830.0822.3583.0553.73
HexEB7027034538165336
Octal35316047064123102612366
Binary111010111110000100111011010010100111000101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7027; }

 p { color: rgb(235,112,39); }

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

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

 a { background-color: rgb(235,112,39); }

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

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

 span { border-color: rgb(235,112,39); }

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