#EB5F23

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

Shades of Tahiti Gold #EB5F23

Tints of Tahiti Gold #EB5F23

Color information

#EB5F23 (or 0xEB5F23) is unknown color: approx Tahiti Gold. HEX triplet: EB, 5F and 23. RGB value is (235,95,35). Sum of RGB (Red+Green+Blue) = 235+95+35=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5F23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5F23 is #14A0DC. Grayscale: #828282. Windows color (decimal): -1351901 or 2318315. OLE color: 2318315.

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

Color convert

RGB2359535-
CMYK00.600.850.08
HSL18º83.33%52.94%-
HSV(B)18º85.11%92.16%-
XYZ38.6625.974.56-
YUV130.0274.38202.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.38%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 35 (14.06% from 255) = 9.59%
R=64.38%
G=26.03%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235953500.600.850.081883.3352.94
HexEB5F2303C558125335
Octal35313743074125102212365
Binary111010111011111100011011110010101011000100101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5F23; }

 p { color: rgb(235,95,35); }

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

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

 a { background-color: rgb(235,95,35); }

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

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

 span { border-color: rgb(235,95,35); }

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