Html Css Color HEX #E66C2D Tahiti Gold

📋 copy color: '#E66C2D'

red 230 ◦ green 108 ◦ blue 45

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

Shades of Tahiti Gold #E66C2D

Tints of Tahiti Gold #E66C2D

RGB

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

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

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

R = 60.05%
G = 28.2%
B = 11.75%

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

#E66C2D (or 0xE66C2D) is known color: Tahiti Gold. HEX triplet: E6, 6C and 2D. RGB value is (230,108,45). Sum of RGB (Red+Green+Blue) = 230+108+45=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66C2D is #1993D2. Grayscale: #898989. Windows color (decimal): -1676243 or 2976998. OLE color: 2976998.

HSL color Cylindrical-coordinate representation of color #E66C2D: hue angle of 20.43º 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 #E66C2D is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 108 45 -
CMYK 0 0.53 0.80 0.10
HSL 20.43º 0.79% 0.54% -
HSV(B) 20.43º 0.8% 0.9% -
XYZ 38.47 27.74 5.81 -
YUV 137.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 230 108 45 0 0.53 0.80 0.10 20.43 0.79 0.54
Hex E6 6C 2D 0 35 50 A 14 4F 36
Octal 346 154 55 0 65 120 12 24 117 66
Binary 11100110 1101100 101101 0 110101 1010000 1010 10100 1001111 110110

Color Harmonies of #E66C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66C2D

Black with #E66C2D

Text Example


Text Example

White with #E66C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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