Html Css Color HEX #EA6F1D Tahiti Gold

📋 copy color: '#EA6F1D'

red 234 ◦ green 111 ◦ blue 29

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

Shades of Tahiti Gold #EA6F1D

Tints of Tahiti Gold #EA6F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

 BLUE value IS 29 (11.72% from 255) = 7.75%

R = 62.57%
G = 29.68%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA6F1D (or 0xEA6F1D) is known color: Tahiti Gold. HEX triplet: EA, 6F and 1D. RGB value is (234,111,29). Sum of RGB (Red+Green+Blue) = 234+111+29=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6F1D is #1590E2. Grayscale: #8A8A8A. Windows color (decimal): -1413347 or 1929194. OLE color: 1929194.

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

Color convert

RGB 234 111 29 -
CMYK 0 0.53 0.88 0.08
HSL 24º 0.83% 0.52% -
HSV(B) 24º 0.88% 0.92% -
XYZ 39.84 28.95 4.65 -
YUV 138.43 66.25 196.17 -
System Red Green Blue C M Y K H S L
Decimal 234 111 29 0 0.53 0.88 0.08 24 0.83 0.52
Hex EA 6F 1D 0 35 58 8 18 53 34
Octal 352 157 35 0 65 130 10 30 123 64
Binary 11101010 1101111 11101 0 110101 1011000 1000 11000 1010011 110100

Color Harmonies of #EA6F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6F1D

Black with #EA6F1D

Text Example


Text Example

White with #EA6F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6F1D; }

 p { color: rgb(234,111,29); }

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

background-color css

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

 a { background-color: rgb(234,111,29); }

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

border-color css

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

 span { border-color: rgb(234,111,29); }

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