#EB6F1C

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

Shades of Tahiti Gold #EB6F1C

Tints of Tahiti Gold #EB6F1C

Color information

#EB6F1C (or 0xEB6F1C) is unknown color: approx Tahiti Gold. HEX triplet: EB, 6F and 1C. RGB value is (235,111,28). Sum of RGB (Red+Green+Blue) = 235+111+28=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6F1C is #1490E3. Grayscale: #8B8B8B. Windows color (decimal): -1347812 or 1863659. OLE color: 1863659.

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

Color convert

RGB23511128-
CMYK00.530.880.08
HSL24.06º83.81%51.57%-
HSV(B)24.06º88.09%92.16%-
XYZ40.1529.114.6-
YUV138.6165.58196.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.83%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 28 (11.33% from 255) = 7.49%
R=62.83%
G=29.68%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351112800.530.880.0824.0683.8151.57
HexEB6F1C035588185434
Octal35315734065130103012464
Binary11101011110111111100011010110110001000110001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6F1C; }

 p { color: rgb(235,111,28); }

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

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

 a { background-color: rgb(235,111,28); }

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

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

 span { border-color: rgb(235,111,28); }

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