Html Css Color HEX #E66D2D Tahiti Gold

📋 copy color: '#E66D2D'

red 230 ◦ green 109 ◦ blue 45

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

Shades of Tahiti Gold #E66D2D

Tints of Tahiti Gold #E66D2D

RGB

 RED value IS 230 (90.23% from 255) = 59.9%

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

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

R = 59.9%
G = 28.39%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E66D2D (or 0xE66D2D) is known color: Tahiti Gold. HEX triplet: E6, 6D and 2D. RGB value is (230,109,45). Sum of RGB (Red+Green+Blue) = 230+109+45=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66D2D is #1992D2. Grayscale: #8A8A8A. Windows color (decimal): -1675987 or 2977254. OLE color: 2977254.

HSL color Cylindrical-coordinate representation of color #E66D2D: hue angle of 20.76º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E66D2D is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 45 -
CMYK 0 0.53 0.80 0.10
HSL 20.76º 0.79% 0.54% -
HSV(B) 20.76º 0.8% 0.9% -
XYZ 38.58 27.95 5.84 -
YUV 137.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 230 109 45 0 0.53 0.80 0.10 20.76 0.79 0.54
Hex E6 6D 2D 0 35 50 A 15 4F 36
Octal 346 155 55 0 65 120 12 25 117 66
Binary 11100110 1101101 101101 0 110101 1010000 1010 10101 1001111 110110

Color Harmonies of #E66D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D2D

Black with #E66D2D

Text Example


Text Example

White with #E66D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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