Html Css Color HEX #E96A1F Tahiti Gold

📋 copy color: '#E96A1F'

red 233 ◦ green 106 ◦ blue 31

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

Shades of Tahiti Gold #E96A1F

Tints of Tahiti Gold #E96A1F

RGB

 RED value IS 233 (91.41% from 255) = 62.97%

 GREEN value IS 106 (41.8% from 255) = 28.65%

 BLUE value IS 31 (12.5% from 255) = 8.38%

R = 62.97%
G = 28.65%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E96A1F (or 0xE96A1F) is known color: Tahiti Gold. HEX triplet: E9, 6A and 1F. RGB value is (233,106,31). Sum of RGB (Red+Green+Blue) = 233+106+31=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96A1F is #1695E0. Grayscale: #878787. Windows color (decimal): -1480161 or 2058985. OLE color: 2058985.

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

Color convert

RGB 233 106 31 -
CMYK 0 0.55 0.87 0.09
HSL 22.28º 0.82% 0.52% -
HSV(B) 22.28º 0.87% 0.91% -
XYZ 39.01 27.73 4.59 -
YUV 135.42 69.08 197.6 -
System Red Green Blue C M Y K H S L
Decimal 233 106 31 0 0.55 0.87 0.09 22.28 0.82 0.52
Hex E9 6A 1F 0 37 57 9 16 52 34
Octal 351 152 37 0 67 127 11 26 122 64
Binary 11101001 1101010 11111 0 110111 1010111 1001 10110 1010010 110100

Color Harmonies of #E96A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A1F

Black with #E96A1F

Text Example


Text Example

White with #E96A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A1F; }

 p { color: rgb(233,106,31); }

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

background-color css

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

 a { background-color: rgb(233,106,31); }

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

border-color css

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

 span { border-color: rgb(233,106,31); }

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