Html Css Color HEX #EC761F Tahiti Gold

📋 copy color: '#EC761F'

red 236 ◦ green 118 ◦ blue 31

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

Shades of Tahiti Gold #EC761F

Tints of Tahiti Gold #EC761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 61.3%
G = 30.65%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC761F (or 0xEC761F) is known color: Tahiti Gold. HEX triplet: EC, 76 and 1F. RGB value is (236,118,31). Sum of RGB (Red+Green+Blue) = 236+118+31=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC761F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC761F is #1389E0. Grayscale: #8F8F8F. Windows color (decimal): -1280481 or 2062060. OLE color: 2062060.

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

Color convert

RGB 236 118 31 -
CMYK 0 0.5 0.87 0.07
HSL 25.46º 0.84% 0.52% -
HSV(B) 25.46º 0.87% 0.93% -
XYZ 41.32 30.89 5.08 -
YUV 143.36 64.59 194.07 -
System Red Green Blue C M Y K H S L
Decimal 236 118 31 0 0.5 0.87 0.07 25.46 0.84 0.52
Hex EC 76 1F 0 32 57 7 19 54 34
Octal 354 166 37 0 62 127 7 31 124 64
Binary 11101100 1110110 11111 0 110010 1010111 111 11001 1010100 110100

Color Harmonies of #EC761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC761F

Black with #EC761F

Text Example


Text Example

White with #EC761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC761F; }

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

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

background-color css

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

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

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

border-color css

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

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

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