#EB7D26

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

Shades of Tahiti Gold #EB7D26

Tints of Tahiti Gold #EB7D26

Color information

#EB7D26 (or 0xEB7D26) is unknown color: approx Tahiti Gold. HEX triplet: EB, 7D and 26. RGB value is (235,125,38). Sum of RGB (Red+Green+Blue) = 235+125+38=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D26 is #1482D9. Grayscale: #949494. Windows color (decimal): -1344218 or 2522603. OLE color: 2522603.

HSL color Cylindrical-coordinate representation of color #EB7D26: hue angle of 26.5º 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 #EB7D26 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB23512538-
CMYK00.470.840.08
HSL26.5º83.12%53.53%-
HSV(B)26.5º83.83%92.16%-
XYZ41.9432.475.89-
YUV147.9765.94190.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.05%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 38 (15.23% from 255) = 9.55%
R=59.05%
G=31.41%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351253800.470.840.0826.583.1253.53
HexEB7D2602F5481a5336
Octal35317546057124103212366
Binary111010111111101100110010111110101001000110101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7D26; }

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

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

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

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

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

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

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

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