Html Css Color HEX #E96D2D Tahiti Gold

📋 copy color: '#E96D2D'

red 233 ◦ green 109 ◦ blue 45

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

Shades of Tahiti Gold #E96D2D

Tints of Tahiti Gold #E96D2D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 45 (17.97% from 255) = 11.63%

R = 60.21%
G = 28.17%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E96D2D (or 0xE96D2D) is known color: Tahiti Gold. HEX triplet: E9, 6D and 2D. RGB value is (233,109,45). Sum of RGB (Red+Green+Blue) = 233+109+45=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96D2D is #1692D2. Grayscale: #8B8B8B. Windows color (decimal): -1479379 or 2977257. OLE color: 2977257.

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

Color convert

RGB 233 109 45 -
CMYK 0 0.53 0.81 0.09
HSL 20.43º 0.81% 0.55% -
HSV(B) 20.43º 0.81% 0.91% -
XYZ 39.55 28.45 5.89 -
YUV 138.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 233 109 45 0 0.53 0.81 0.09 20.43 0.81 0.55
Hex E9 6D 2D 0 35 51 9 14 51 37
Octal 351 155 55 0 65 121 11 24 121 67
Binary 11101001 1101101 101101 0 110101 1010001 1001 10100 1010001 110111

Color Harmonies of #E96D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96D2D

Black with #E96D2D

Text Example


Text Example

White with #E96D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96D2D; }

 p { color: rgb(233,109,45); }

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

background-color css

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

 a { background-color: rgb(233,109,45); }

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

border-color css

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

 span { border-color: rgb(233,109,45); }

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