Html Css Color HEX #EC771F Tahiti Gold

📋 copy color: '#EC771F'

red 236 ◦ green 119 ◦ blue 31

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

Shades of Tahiti Gold #EC771F

Tints of Tahiti Gold #EC771F

RGB

 RED value IS 236 (92.58% from 255) = 61.14%

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

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

R = 61.14%
G = 30.83%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC771F (or 0xEC771F) is known color: Tahiti Gold. HEX triplet: EC, 77 and 1F. RGB value is (236,119,31). Sum of RGB (Red+Green+Blue) = 236+119+31=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC771F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC771F is #1388E0. Grayscale: #909090. Windows color (decimal): -1280225 or 2062316. OLE color: 2062316.

HSL color Cylindrical-coordinate representation of color #EC771F: hue angle of 25.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC771F is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 119 31 -
CMYK 0 0.50 0.87 0.07
HSL 25.76º 0.84% 0.52% -
HSV(B) 25.76º 0.87% 0.93% -
XYZ 41.44 31.13 5.12 -
YUV 143.95 64.26 193.66 -
System Red Green Blue C M Y K H S L
Decimal 236 119 31 0 0.50 0.87 0.07 25.76 0.84 0.52
Hex EC 77 1F 0 32 57 7 1A 54 34
Octal 354 167 37 0 62 127 7 32 124 64
Binary 11101100 1110111 11111 0 110010 1010111 111 11010 1010100 110100

Color Harmonies of #EC771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC771F

Black with #EC771F

Text Example


Text Example

White with #EC771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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