Html Css Color HEX #EA6F29 Tahiti Gold

📋 copy color: '#EA6F29'

red 234 ◦ green 111 ◦ blue 41

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

Shades of Tahiti Gold #EA6F29

Tints of Tahiti Gold #EA6F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.62%

R = 60.62%
G = 28.76%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA6F29 (or 0xEA6F29) is known color: Tahiti Gold. HEX triplet: EA, 6F and 29. RGB value is (234,111,41). Sum of RGB (Red+Green+Blue) = 234+111+41=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6F29 is #1590D6. Grayscale: #8C8C8C. Windows color (decimal): -1413335 or 2715626. OLE color: 2715626.

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

Color convert

RGB 234 111 41 -
CMYK 0 0.53 0.82 0.08
HSL 21.76º 0.82% 0.54% -
HSV(B) 21.76º 0.82% 0.92% -
XYZ 40.02 29.02 5.59 -
YUV 139.8 72.25 195.19 -
System Red Green Blue C M Y K H S L
Decimal 234 111 41 0 0.53 0.82 0.08 21.76 0.82 0.54
Hex EA 6F 29 0 35 52 8 16 52 36
Octal 352 157 51 0 65 122 10 26 122 66
Binary 11101010 1101111 101001 0 110101 1010010 1000 10110 1010010 110110

Color Harmonies of #EA6F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6F29

Black with #EA6F29

Text Example


Text Example

White with #EA6F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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