#E07B2D

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

Shades of Tahiti Gold #E07B2D

Tints of Tahiti Gold #E07B2D

Color information

#E07B2D (or 0xE07B2D) is unknown color: approx Tahiti Gold. HEX triplet: E0, 7B and 2D. RGB value is (224,123,45). Sum of RGB (Red+Green+Blue) = 224+123+45=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07B2D is #1F84D2. Grayscale: #909090. Windows color (decimal): -2065619 or 2980832. OLE color: 2980832.

HSL color Cylindrical-coordinate representation of color #E07B2D: hue angle of 26.15º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E07B2D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22412345-
CMYK00.450.800.12
HSL26.15º74.27%52.75%-
HSV(B)26.15º79.91%87.84%-
XYZ38.330.26.29-
YUV144.3171.96184.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.14%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 45 (17.97% from 255) = 11.48%
R=57.14%
G=31.38%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241234500.450.800.1226.1574.2752.75
HexE07B2D02D50C1a4a35
Octal34017355055120143211265
Binary111000001111011101101010110110100001100110101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B2D; }

 p { color: rgb(224,123,45); }

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

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

 a { background-color: rgb(224,123,45); }

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

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

 span { border-color: rgb(224,123,45); }

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