Html Css Color HEX #EA771F Tahiti Gold

📋 copy color: '#EA771F'

red 234 ◦ green 119 ◦ blue 31

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

Shades of Tahiti Gold #EA771F

Tints of Tahiti Gold #EA771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

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

R = 60.94%
G = 30.99%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA771F (or 0xEA771F) is known color: Tahiti Gold. HEX triplet: EA, 77 and 1F. RGB value is (234,119,31). Sum of RGB (Red+Green+Blue) = 234+119+31=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA771F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA771F is #1588E0. Grayscale: #8F8F8F. Windows color (decimal): -1411297 or 2062314. OLE color: 2062314.

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

Color convert

RGB 234 119 31 -
CMYK 0 0.49 0.87 0.08
HSL 26.01º 0.83% 0.52% -
HSV(B) 26.01º 0.87% 0.92% -
XYZ 40.78 30.79 5.09 -
YUV 143.35 64.6 192.66 -
System Red Green Blue C M Y K H S L
Decimal 234 119 31 0 0.49 0.87 0.08 26.01 0.83 0.52
Hex EA 77 1F 0 31 57 8 1A 53 34
Octal 352 167 37 0 61 127 10 32 123 64
Binary 11101010 1110111 11111 0 110001 1010111 1000 11010 1010011 110100

Color Harmonies of #EA771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA771F

Black with #EA771F

Text Example


Text Example

White with #EA771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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