Html Css Color HEX #EC5F1F Tahiti Gold

📋 copy color: '#EC5F1F'

red 236 ◦ green 95 ◦ blue 31

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

Shades of Tahiti Gold #EC5F1F

Tints of Tahiti Gold #EC5F1F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.24%

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

R = 65.19%
G = 26.24%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC5F1F (or 0xEC5F1F) is known color: Tahiti Gold. HEX triplet: EC, 5F and 1F. RGB value is (236,95,31). Sum of RGB (Red+Green+Blue) = 236+95+31=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F1F is #13A0E0. Grayscale: #828282. Windows color (decimal): -1286369 or 2056172. OLE color: 2056172.

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

Color convert

RGB 236 95 31 -
CMYK 0 0.60 0.87 0.07
HSL 18.73º 0.84% 0.52% -
HSV(B) 18.73º 0.87% 0.93% -
XYZ 38.93 26.12 4.29 -
YUV 129.86 72.21 203.7 -
System Red Green Blue C M Y K H S L
Decimal 236 95 31 0 0.60 0.87 0.07 18.73 0.84 0.52
Hex EC 5F 1F 0 3C 57 7 13 54 34
Octal 354 137 37 0 74 127 7 23 124 64
Binary 11101100 1011111 11111 0 111100 1010111 111 10011 1010100 110100

Color Harmonies of #EC5F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F1F

Black with #EC5F1F

Text Example


Text Example

White with #EC5F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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