Html Css Color HEX #E06D1E Tahiti Gold

📋 copy color: '#E06D1E'

red 224 ◦ green 109 ◦ blue 30

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

Shades of Tahiti Gold #E06D1E

Tints of Tahiti Gold #E06D1E

RGB

 RED value IS 224 (87.89% from 255) = 61.71%

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

 BLUE value IS 30 (12.11% from 255) = 8.26%

R = 61.71%
G = 30.03%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E06D1E (or 0xE06D1E) is known color: Tahiti Gold. HEX triplet: E0, 6D and 1E. RGB value is (224,109,30). Sum of RGB (Red+Green+Blue) = 224+109+30=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D1E is #1F92E1. Grayscale: #868686. Windows color (decimal): -2069218 or 1994208. OLE color: 1994208.

HSL color Cylindrical-coordinate representation of color #E06D1E: hue angle of 24.43º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E06D1E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 30 -
CMYK 0 0.51 0.87 0.12
HSL 24.43º 0.76% 0.5% -
HSV(B) 24.43º 0.87% 0.88% -
XYZ 36.44 26.88 4.5 -
YUV 134.38 69.1 191.92 -
System Red Green Blue C M Y K H S L
Decimal 224 109 30 0 0.51 0.87 0.12 24.43 0.76 0.5
Hex E0 6D 1E 0 33 57 C 18 4C 32
Octal 340 155 36 0 63 127 14 30 114 62
Binary 11100000 1101101 11110 0 110011 1010111 1100 11000 1001100 110010

Color Harmonies of #E06D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D1E

Black with #E06D1E

Text Example


Text Example

White with #E06D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D1E; }

 p { color: rgb(224,109,30); }

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

background-color css

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

 a { background-color: rgb(224,109,30); }

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

border-color css

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

 span { border-color: rgb(224,109,30); }

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