#EA6B28

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

Shades of Tahiti Gold #EA6B28

Tints of Tahiti Gold #EA6B28

Color information

#EA6B28 (or 0xEA6B28) is unknown color: approx Tahiti Gold. HEX triplet: EA, 6B and 28. RGB value is (234,107,40). Sum of RGB (Red+Green+Blue) = 234+107+40=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6B28 is #1594D7. Grayscale: #898989. Windows color (decimal): -1414360 or 2649066. OLE color: 2649066.

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

Color convert

RGB23410740-
CMYK00.540.830.08
HSL20.72º82.2%53.73%-
HSV(B)20.72º82.91%91.76%-
XYZ39.5728.165.36-
YUV137.3373.08196.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.42%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 40 (16.02% from 255) = 10.50%
R=61.42%
G=28.08%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341074000.540.830.0820.7282.253.73
HexEA6B28036538155236
Octal35215350066123102512266
Binary111010101101011101000011011010100111000101011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6B28; }

 p { color: rgb(234,107,40); }

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

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

 a { background-color: rgb(234,107,40); }

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

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

 span { border-color: rgb(234,107,40); }

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