Html Css Color HEX #E85F22 Tahiti Gold

📋 copy color: '#E85F22'

red 232 ◦ green 95 ◦ blue 34

#E85F22
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahiti Gold #E85F22

Tints of Tahiti Gold #E85F22

RGB

 RED value IS 232 (91.02% from 255) = 64.27%

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 34 (13.67% from 255) = 9.42%

R = 64.27%
G = 26.32%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E85F22 (or 0xE85F22) is known color: Tahiti Gold. HEX triplet: E8, 5F and 22. RGB value is (232,95,34). Sum of RGB (Red+Green+Blue) = 232+95+34=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F22 is #17A0DD. Grayscale: #818181. Windows color (decimal): -1548510 or 2252776. OLE color: 2252776.

HSL color Cylindrical-coordinate representation of color #E85F22: hue angle of 18.48º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E85F22 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 95 34 -
CMYK 0 0.59 0.85 0.09
HSL 18.48º 0.81% 0.52% -
HSV(B) 18.48º 0.85% 0.91% -
XYZ 37.66 25.46 4.44 -
YUV 129.01 74.39 201.46 -
System Red Green Blue C M Y K H S L
Decimal 232 95 34 0 0.59 0.85 0.09 18.48 0.81 0.52
Hex E8 5F 22 0 3B 55 9 12 51 34
Octal 350 137 42 0 73 125 11 22 121 64
Binary 11101000 1011111 100010 0 111011 1010101 1001 10010 1010001 110100

Color Harmonies of #E85F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F22

Black with #E85F22

Text Example


Text Example

White with #E85F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F22; }

 p { color: rgb(232,95,34); }

 H1.HeaderClassName
 {
   color: #E85F22;
 }
 .AnyTagClassName
 {
   color: #E85F22;
 }
</style>

background-color css

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

 a { background-color: rgb(232,95,34); }

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

border-color css

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

 span { border-color: rgb(232,95,34); }

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