Html Css Color HEX #EC631F Tahiti Gold

📋 copy color: '#EC631F'

red 236 ◦ green 99 ◦ blue 31

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

Shades of Tahiti Gold #EC631F

Tints of Tahiti Gold #EC631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 64.48%
G = 27.05%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC631F (or 0xEC631F) is known color: Tahiti Gold. HEX triplet: EC, 63 and 1F. RGB value is (236,99,31). Sum of RGB (Red+Green+Blue) = 236+99+31=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC631F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC631F is #139CE0. Grayscale: #848484. Windows color (decimal): -1285345 or 2057196. OLE color: 2057196.

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

Color convert

RGB 236 99 31 -
CMYK 0 0.58 0.87 0.07
HSL 19.9º 0.84% 0.52% -
HSV(B) 19.9º 0.87% 0.93% -
XYZ 39.3 26.86 4.41 -
YUV 132.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 236 99 31 0 0.58 0.87 0.07 19.9 0.84 0.52
Hex EC 63 1F 0 3A 57 7 14 54 34
Octal 354 143 37 0 72 127 7 24 124 64
Binary 11101100 1100011 11111 0 111010 1010111 111 10100 1010100 110100

Color Harmonies of #EC631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC631F

Black with #EC631F

Text Example


Text Example

White with #EC631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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