#EA6F20

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

Shades of Tahiti Gold #EA6F20

Tints of Tahiti Gold #EA6F20

Color information

#EA6F20 (or 0xEA6F20) is unknown color: approx Tahiti Gold. HEX triplet: EA, 6F and 20. RGB value is (234,111,32). Sum of RGB (Red+Green+Blue) = 234+111+32=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6F20 is #1590DF. Grayscale: #8B8B8B. Windows color (decimal): -1413344 or 2125802. OLE color: 2125802.

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

Color convert

RGB23411132-
CMYK00.530.860.08
HSL23.47º82.79%52.16%-
HSV(B)23.47º86.32%91.76%-
XYZ39.8828.974.86-
YUV138.7767.75195.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.07%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 32 (12.89% from 255) = 8.49%
R=62.07%
G=29.44%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341113200.530.860.0823.4782.7952.16
HexEA6F20035568175334
Octal35215740065126102712364
Binary111010101101111100000011010110101101000101111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F20; }

 p { color: rgb(234,111,32); }

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

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

 a { background-color: rgb(234,111,32); }

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

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

 span { border-color: rgb(234,111,32); }

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