Html Css Color HEX #EA701D Tahiti Gold

📋 copy color: '#EA701D'

red 234 ◦ green 112 ◦ blue 29

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

Shades of Tahiti Gold #EA701D

Tints of Tahiti Gold #EA701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 62.4%
G = 29.87%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA701D (or 0xEA701D) is known color: Tahiti Gold. HEX triplet: EA, 70 and 1D. RGB value is (234,112,29). Sum of RGB (Red+Green+Blue) = 234+112+29=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA701D is #158FE2. Grayscale: #8B8B8B. Windows color (decimal): -1413091 or 1929450. OLE color: 1929450.

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

Color convert

RGB 234 112 29 -
CMYK 0 0.52 0.88 0.08
HSL 24.29º 0.83% 0.52% -
HSV(B) 24.29º 0.88% 0.92% -
XYZ 39.95 29.17 4.69 -
YUV 139.02 65.92 195.75 -
System Red Green Blue C M Y K H S L
Decimal 234 112 29 0 0.52 0.88 0.08 24.29 0.83 0.52
Hex EA 70 1D 0 34 58 8 18 53 34
Octal 352 160 35 0 64 130 10 30 123 64
Binary 11101010 1110000 11101 0 110100 1011000 1000 11000 1010011 110100

Color Harmonies of #EA701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA701D

Black with #EA701D

Text Example


Text Example

White with #EA701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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