Html Css Color HEX #EA6D1F Tahiti Gold

📋 copy color: '#EA6D1F'

red 234 ◦ green 109 ◦ blue 31

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

Shades of Tahiti Gold #EA6D1F

Tints of Tahiti Gold #EA6D1F

RGB

 RED value IS 234 (91.8% from 255) = 62.57%

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

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

R = 62.57%
G = 29.14%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA6D1F (or 0xEA6D1F) is known color: Tahiti Gold. HEX triplet: EA, 6D and 1F. RGB value is (234,109,31). Sum of RGB (Red+Green+Blue) = 234+109+31=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6D1F is #1592E0. Grayscale: #898989. Windows color (decimal): -1413857 or 2059754. OLE color: 2059754.

HSL color Cylindrical-coordinate representation of color #EA6D1F: hue angle of 23.05º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA6D1F is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 109 31 -
CMYK 0 0.53 0.87 0.08
HSL 23.05º 0.83% 0.52% -
HSV(B) 23.05º 0.87% 0.92% -
XYZ 39.65 28.53 4.71 -
YUV 137.48 67.91 196.84 -
System Red Green Blue C M Y K H S L
Decimal 234 109 31 0 0.53 0.87 0.08 23.05 0.83 0.52
Hex EA 6D 1F 0 35 57 8 17 53 34
Octal 352 155 37 0 65 127 10 27 123 64
Binary 11101010 1101101 11111 0 110101 1010111 1000 10111 1010011 110100

Color Harmonies of #EA6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6D1F

Black with #EA6D1F

Text Example


Text Example

White with #EA6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6D1F; }

 p { color: rgb(234,109,31); }

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

background-color css

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

 a { background-color: rgb(234,109,31); }

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

border-color css

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

 span { border-color: rgb(234,109,31); }

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