#E27225

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

Shades of Tahiti Gold #E27225

Tints of Tahiti Gold #E27225

Color information

#E27225 (or 0xE27225) is unknown color: approx Tahiti Gold. HEX triplet: E2, 72 and 25. RGB value is (226,114,37). Sum of RGB (Red+Green+Blue) = 226+114+37=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E27225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27225 is #1D8DDA. Grayscale: #8B8B8B. Windows color (decimal): -1936859 or 2454242. OLE color: 2454242.

HSL color Cylindrical-coordinate representation of color #E27225: hue angle of 24.44º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E27225 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB22611437-
CMYK00.500.840.11
HSL24.44º76.52%51.57%-
HSV(B)24.44º83.63%88.63%-
XYZ37.7228.345.23-
YUV138.7170.61190.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.95%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 37 (14.84% from 255) = 9.81%
R=59.95%
G=30.24%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261143700.500.840.1124.4476.5251.57
HexE2722503254B184d34
Octal34216245062124133011564
Binary111000101110010100101011001010101001011110001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27225; }

 p { color: rgb(226,114,37); }

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

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

 a { background-color: rgb(226,114,37); }

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

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

 span { border-color: rgb(226,114,37); }

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