Html Css Color HEX #E67D1F Tahiti Gold

📋 copy color: '#E67D1F'

red 230 ◦ green 125 ◦ blue 31

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

Shades of Tahiti Gold #E67D1F

Tints of Tahiti Gold #E67D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 59.59%
G = 32.38%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E67D1F (or 0xE67D1F) is known color: Tahiti Gold. HEX triplet: E6, 7D and 1F. RGB value is (230,125,31). Sum of RGB (Red+Green+Blue) = 230+125+31=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67D1F is #1982E0. Grayscale: #929292. Windows color (decimal): -1671905 or 2063846. OLE color: 2063846.

HSL color Cylindrical-coordinate representation of color #E67D1F: hue angle of 28.34º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E67D1F is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 125 31 -
CMYK 0 0.46 0.87 0.10
HSL 28.34º 0.8% 0.51% -
HSV(B) 28.34º 0.87% 0.9% -
XYZ 40.21 31.59 5.27 -
YUV 145.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 230 125 31 0 0.46 0.87 0.10 28.34 0.8 0.51
Hex E6 7D 1F 0 2E 57 A 1C 50 33
Octal 346 175 37 0 56 127 12 34 120 63
Binary 11100110 1111101 11111 0 101110 1010111 1010 11100 1010000 110011

Color Harmonies of #E67D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67D1F

Black with #E67D1F

Text Example


Text Example

White with #E67D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67D1F; }

 p { color: rgb(230,125,31); }

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

background-color css

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

 a { background-color: rgb(230,125,31); }

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

border-color css

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

 span { border-color: rgb(230,125,31); }

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