Html Css Color HEX #E66B2D Tahiti Gold

📋 copy color: '#E66B2D'

red 230 ◦ green 107 ◦ blue 45

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

Shades of Tahiti Gold #E66B2D

Tints of Tahiti Gold #E66B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.01%

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

R = 60.21%
G = 28.01%
B = 11.78%

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

#E66B2D (or 0xE66B2D) is known color: Tahiti Gold. HEX triplet: E6, 6B and 2D. RGB value is (230,107,45). Sum of RGB (Red+Green+Blue) = 230+107+45=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66B2D is #1994D2. Grayscale: #898989. Windows color (decimal): -1676499 or 2976742. OLE color: 2976742.

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

Color convert

RGB 230 107 45 -
CMYK 0 0.53 0.80 0.10
HSL 20.11º 0.79% 0.54% -
HSV(B) 20.11º 0.8% 0.9% -
XYZ 38.36 27.53 5.77 -
YUV 136.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 230 107 45 0 0.53 0.80 0.10 20.11 0.79 0.54
Hex E6 6B 2D 0 35 50 A 14 4F 36
Octal 346 153 55 0 65 120 12 24 117 66
Binary 11100110 1101011 101101 0 110101 1010000 1010 10100 1001111 110110

Color Harmonies of #E66B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66B2D

Black with #E66B2D

Text Example


Text Example

White with #E66B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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