Html Css Color HEX #E96C2D Tahiti Gold

📋 copy color: '#E96C2D'

red 233 ◦ green 108 ◦ blue 45

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

Shades of Tahiti Gold #E96C2D

Tints of Tahiti Gold #E96C2D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

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

R = 60.36%
G = 27.98%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E96C2D (or 0xE96C2D) is known color: Tahiti Gold. HEX triplet: E9, 6C and 2D. RGB value is (233,108,45). Sum of RGB (Red+Green+Blue) = 233+108+45=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96C2D is #1693D2. Grayscale: #8A8A8A. Windows color (decimal): -1479635 or 2977001. OLE color: 2977001.

HSL color Cylindrical-coordinate representation of color #E96C2D: hue angle of 20.11º 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 #E96C2D is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 108 45 -
CMYK 0 0.54 0.81 0.09
HSL 20.11º 0.81% 0.55% -
HSV(B) 20.11º 0.81% 0.91% -
XYZ 39.44 28.24 5.85 -
YUV 138.19 75.41 195.62 -
System Red Green Blue C M Y K H S L
Decimal 233 108 45 0 0.54 0.81 0.09 20.11 0.81 0.55
Hex E9 6C 2D 0 36 51 9 14 51 37
Octal 351 154 55 0 66 121 11 24 121 67
Binary 11101001 1101100 101101 0 110110 1010001 1001 10100 1010001 110111

Color Harmonies of #E96C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96C2D

Black with #E96C2D

Text Example


Text Example

White with #E96C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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