#EB7E26

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

Shades of Tahiti Gold #EB7E26

Tints of Tahiti Gold #EB7E26

Color information

#EB7E26 (or 0xEB7E26) is unknown color: approx Tahiti Gold. HEX triplet: EB, 7E and 26. RGB value is (235,126,38). Sum of RGB (Red+Green+Blue) = 235+126+38=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7E26 is #1481D9. Grayscale: #959595. Windows color (decimal): -1343962 or 2522859. OLE color: 2522859.

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

Color convert

RGB23512638-
CMYK00.460.840.08
HSL26.8º83.12%53.53%-
HSV(B)26.8º83.83%92.16%-
XYZ42.0732.725.93-
YUV148.5665.61189.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.90%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 38 (15.23% from 255) = 9.52%
R=58.90%
G=31.58%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351263800.460.840.0826.883.1253.53
HexEB7E2602E5481b5336
Octal35317646056124103312366
Binary111010111111110100110010111010101001000110111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7E26; }

 p { color: rgb(235,126,38); }

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

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

 a { background-color: rgb(235,126,38); }

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

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

 span { border-color: rgb(235,126,38); }

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