#EF742B

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

Shades of Tahiti Gold #EF742B

Tints of Tahiti Gold #EF742B

Color information

#EF742B (or 0xEF742B) is unknown color: approx Tahiti Gold. HEX triplet: EF, 74 and 2B. RGB value is (239,116,43). Sum of RGB (Red+Green+Blue) = 239+116+43=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF742B is #108BD4. Grayscale: #909090. Windows color (decimal): -1084373 or 2847983. OLE color: 2847983.

HSL color Cylindrical-coordinate representation of color #EF742B: hue angle of 22.35º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF742B is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB23911643-
CMYK00.510.820.06
HSL22.35º85.96%55.29%-
HSV(B)22.35º82.01%93.73%-
XYZ42.2831.026.04-
YUV144.4570.75195.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.05%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 43 (17.19% from 255) = 10.80%
R=60.05%
G=29.15%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391164300.510.820.0622.3585.9655.29
HexEF742B033526165637
Octal3571645306312262612667
Binary11101111111010010101101100111010010110101101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF742B; }

 p { color: rgb(239,116,43); }

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

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

 a { background-color: rgb(239,116,43); }

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

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

 span { border-color: rgb(239,116,43); }

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