Html Css Color HEX #EA6C1D Tahiti Gold

📋 copy color: '#EA6C1D'

red 234 ◦ green 108 ◦ blue 29

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

Shades of Tahiti Gold #EA6C1D

Tints of Tahiti Gold #EA6C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

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

R = 63.07%
G = 29.11%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA6C1D (or 0xEA6C1D) is known color: Tahiti Gold. HEX triplet: EA, 6C and 1D. RGB value is (234,108,29). Sum of RGB (Red+Green+Blue) = 234+108+29=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6C1D is #1593E2. Grayscale: #898989. Windows color (decimal): -1414115 or 1928426. OLE color: 1928426.

HSL color Cylindrical-coordinate representation of color #EA6C1D: hue angle of 23.12º 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 #EA6C1D is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 108 29 -
CMYK 0 0.54 0.88 0.08
HSL 23.12º 0.83% 0.52% -
HSV(B) 23.12º 0.88% 0.92% -
XYZ 39.52 28.31 4.54 -
YUV 136.67 67.24 197.42 -
System Red Green Blue C M Y K H S L
Decimal 234 108 29 0 0.54 0.88 0.08 23.12 0.83 0.52
Hex EA 6C 1D 0 36 58 8 17 53 34
Octal 352 154 35 0 66 130 10 27 123 64
Binary 11101010 1101100 11101 0 110110 1011000 1000 10111 1010011 110100

Color Harmonies of #EA6C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6C1D

Black with #EA6C1D

Text Example


Text Example

White with #EA6C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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